smartDeviceNetwork
Retrieve smartmeter devices connected to the same Home Area Network.
Arguments
The deviceId of one of the devices on the Home Area Network.
Returns
SmartMeterDeviceNetworkTypeThis is the network through which a set of SMETS2 devices communicates.
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 SmartDeviceNetwork($deviceId: String!) {
smartDeviceNetwork(deviceId: $deviceId) {
id
smartDevices {
...SmartMeterDeviceTypeFragment
}
}
}
Variables
{
"deviceId": "87707694"
}
Response
{
"data": {
"smartDeviceNetwork": {
"id": "17529695",
"smartDevices": [SmartMeterDeviceType]
}
}
}