Skip to main content

Arguments

Returns

ResumeDeviceControl

Resume control of a device after having been away from home, so that the device can be charged again according to the set preferences.

Allowed Viewers

Customer Partner User Third party

Rate Limits

Key Steps
user ['300/h']

Query Complexity

2

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.

Query

mutation ResumeControl($input: AccountNumberInput) { resumeControl(input: $input) { krakenflexDevice { ...KrakenFlexDeviceTypeFragment } } }

Variables

{ "input": AccountNumberInput }

Response

{ "data": { "resumeControl": { "krakenflexDevice": KrakenFlexDeviceType } } }