Skip to main content

Arguments

deviceId : String! required

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

Returns

SmartMeterDeviceNetworkType

This is the network through which a set of SMETS2 devices communicates.

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 SmartDeviceNetwork($deviceId: String!) { smartDeviceNetwork(deviceId: $deviceId) { id smartDevices { ...SmartMeterDeviceTypeFragment } } }

Variables

{ "deviceId": "87707694" }

Response

{ "data": { "smartDeviceNetwork": { "id": "17529695", "smartDevices": [SmartMeterDeviceType] } } }