Trigger a message on a charge point
POST/charge-points/:uid/trigger-message
Sends a TriggerMessage request over the OCPP WebSocket connection to ask the charge point
to send a specific type of message (e.g., StatusNotification, DiagnosticsStatusNotification, FirmwareStatusNotification).
Requires trigger message permissions on the charge point.
Request
Responses
- 200
- 403
- 404
- 502
Trigger message sent successfully
Insufficient permissions to trigger a message on the charge point
Charge point not found or not connected
Unable to reach the edge device (e.g., SSH tunnel down or local controller unreachable)