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.
Examples
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": "simple-very-whether-compare-one"
}
}
}