Skip to main content

Arguments

deviceId : String! required

The deviceId of one of the meters on the Home Area Network.

Returns

Boolean

The Boolean scalar type represents true or false.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can query devices

Query Complexity

1

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

query UseSmartPearForInstalls($deviceId: String!) { useSmartPearForInstalls(deviceId: $deviceId) }

Variables

{ "deviceId": "46116845" }

Response

{ "data": { "useSmartPearForInstalls": true } }