registerSmartDevice
Notify Kraken of a new device, so that the relevant prenotifications can be sent to the adapter.
Arguments
Specifies device metadata to use for prenotifications.
Returns
RegisterSmartDeviceNotify Kraken of a new device, so that the relevant prenotifications can be sent to the adapter.
Possible Errors
Allowed Viewers
Required Permissions
Can register devicesQuery Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation RegisterSmartDevice($input: RegisterSmartDeviceInput!) {
registerSmartDevice(input: $input) {
requestReference
}
}
Variables
{
"input": RegisterSmartDeviceInput
}
Response
{
"data": {
"registerSmartDevice": {
"requestReference": "natural-Mrs-Republican-movie-turn"
}
}
}