joinConsumerDevice
Triggers the orchestration to join the PPMID, IHD, CAD or Alt HAN device to the ESME, GSME, GPF and/or CHF. This should be called after a meter has been commissioned.
Arguments
Input fields for join device.
Returns
JoinConsumerDeviceTriggers the orchestration to join the PPMID, IHD, CAD or Alt HAN device to the ESME, GSME, GPF and/or CHF. This should be called after a meter has been commissioned.
Possible Errors
Allowed Viewers
Required Permissions
Can access customer queriesCan commission smart meters
Can manage consumer devices
Query 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.
mutation JoinConsumerDevice($input: JoinConsumerDeviceInput!) {
joinConsumerDevice(input: $input) {
requestReference
}
}
Variables
{
"input": JoinConsumerDeviceInput
}
Response
{
"data": {
"joinConsumerDevice": {
"requestReference": "specific-tough-agency-notice-actually"
}
}
}