UpdateCommsHubStatusInput
Input fields
How the CHF was installed and connected to the rest of the Smart Metering System.
Device ID of the CHF (Communications Hub Function).
Is it a new or replacement CHF?
Location of the CHF.
The engineer's description of the fault.
Whether a fault was identified before or after the installation.
Was an external aerial installed?
In the case of NO_SM_WAN, was the issue a thick stone wall obstruction (as defined in CHSM)?
In the case of NO_SM_WAN, was the issue a local metal obstruction (as defined in CHSM)?
In the case of NO_SM_WAN, was the CHF in a shared/communal area (as defined in CHSM)?
MPAN of the meter point linked to the CHF.
Use mpxn instead.
- Marked as deprecated on 2022-11-07.
- Scheduled for removal on or after 2023-11-07.
MPxN of a meter point linked to the CHF.
In the case of NO_FAULT_RETURN, the reason for the meter not being installed.
Type of the premise in which the CHF is located.
The type of status update to be sent.
Example
{
"chfConnectionMethod": "HOT_SHOE",
"chfDeviceId": "39296666",
"chfInstallType": "NEW",
"chfLocation": "OUTSIDE",
"faultReason": "DAMAGED_CASE",
"faultReturnType": "PRIOR_TO_INSTALLATION",
"hasAerialInstalled": true,
"hasConnectivityObstruction": true,
"hasMetalObstruction": true,
"hasSharedObstruction": true,
"mpxn": "move-get-watch-wide-billion",
"noFaultReturnType": "GENERAL",
"premiseType": "DETACHED_OR_SEMI",
"updateType": "SUCCESS"
}