useSmartPearForInstalls
Retrieve a boolean which is True if the meter device is on SmartPear, False if on uSmart.
Arguments
The deviceId of one of the meters on the Home Area Network.
Possible Errors
Allowed Viewers
Required Permissions
Can query devicesQuery Complexity
1Examples
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 UseSmartPearForInstalls($deviceId: String!) {
useSmartPearForInstalls(deviceId: $deviceId)
}
Variables
{
"deviceId": "46116845"
}
Response
{
"data": {
"useSmartPearForInstalls": true
}
}