SetMonitoringBase
Switches the station's monitoring configuration to a preset base.
- Version
- OCPP 2.0.1
- Direction
- CSMS → Charge Point
- Functional block
- Diagnostics
A coarse control over the whole monitoring configuration: revert to factory defaults, use the pre-configured set, or leave everything active.
Request
| Field | Type | Required | Description |
|---|---|---|---|
monitoringBase | MonitoringBaseEnumType | Required | Which base to apply. |
json
[2, "19223201", "SetMonitoringBase", {
"monitoringBase": "FactoryDefault"
}]Response
| Field | Type | Required | Description |
|---|---|---|---|
status | GenericDeviceModelStatusEnumType | Required | Result. |
statusInfo | StatusInfoType | Optional | Reason code. |
json
[3, "19223201", {
"status": "Accepted"
}]Values
MonitoringBaseEnumType
| Value | Meaning |
|---|---|
All | Every monitor the station has, active. |
FactoryDefault | The manufacturer's default set. |
HardWiredOnly | Only monitors built into the firmware. |
Implementation notes
`FactoryDefault` and `HardWiredOnly` discard custom monitors. Anything installed with SetVariableMonitoring is lost, and has to be reinstalled.