resumeControl
Resume control of a device after having been away from home, so that the device can be charged again according to the set preferences.
Deprecation
The 'resumeControl' 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
ResumeDeviceControlResume control of a device after having been away from home, so that the device can be charged again according to the set preferences.
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 ResumeControl($input: AccountNumberInput) {
resumeControl(input: $input) {
krakenflexDevice {
...KrakenFlexDeviceTypeFragment
}
}
}
Variables
{
"input": AccountNumberInput
}
Response
{
"data": {
"resumeControl": {
"krakenflexDevice": KrakenFlexDeviceType
}
}
}