Device Sharing
Parameters
Data Type
Description
Add or Remove
mutation {
share(deviceId: "80:00:00:00:12:34:56:78",
email: "[email protected]",
scripting: false,
notify: true,
action: ADD)
}mutation {
share(deviceId: "80:00:00:00:12:34:56:78",
email: [
"[email protected]",
"[email protected]"
],
notify: true,
services: [
{serviceId: "80:00:00:00:12:34:56:79", action: ADD},
{serviceId: "80:00:00:00:12:34:56:79", action: REMOVE}
]Leave
Last updated
Was this helpful?

