suspendControl
Suspend control of a device while away from home (e.g. on holiday), to prevent charging during that period.
Deprecation
The 'suspendControl' field is deprecated.Please use 'updateDeviceSmartControl' instead.
- Marked as deprecated on 2024-09-17.
- Scheduled for removal on or after 2025-12-11.
You can read more about this deprecation on:
https://announcements.kraken.tech/announcements/public/468/
Arguments
Returns
SuspendDeviceControlSuspend control of a device while away from home (e.g. on holiday), to prevent charging during that period.
Possible Errors
Allowed Viewers
Rate Limits
| Key | Steps |
|---|---|
user |
['300/h'] |
Query Complexity
2Examples
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 SuspendControl($input: AccountNumberInput) {
suspendControl(input: $input) {
krakenflexDevice {
...KrakenFlexDeviceTypeFragment
}
}
}
Variables
{
"input": AccountNumberInput
}
Response
{
"data": {
"suspendControl": {
"krakenflexDevice": KrakenFlexDeviceType
}
}
}