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.
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 UseSmartPearForInstalls($deviceId: String!) {
useSmartPearForInstalls(deviceId: $deviceId)
}
Variables
{
"deviceId": "18645526"
}
Response
{
"data": {
"useSmartPearForInstalls": true
}
}