Skip to main content

Arguments

Returns

SuspendDeviceControl

Suspend control of a device while away from home (e.g. on holiday), to prevent charging during that period.

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 SuspendControl($input: AccountNumberInput) { suspendControl(input: $input) { krakenflexDevice { ...KrakenFlexDeviceTypeFragment } } }

Variables

{ "input": AccountNumberInput }

Response

{ "data": { "suspendControl": { "krakenflexDevice": KrakenFlexDeviceType } } }