Websocket Status¶
This message will include the fields csms_url and security_profile if the connection status is connected.
WebsocketStatusUpdate¶
Topic: josev/cs. Used to update the charging station on the connection status to the CSMS. |
|||
type |
object |
||
properties |
|||
|
type |
string |
|
format |
uuid |
||
|
const |
websocket_status |
|
|
const |
update |
|
|
type |
object |
|
properties |
|||
|
enum |
connected, disconnected |
|
|
type |
string |
|
format |
uri |
||
|
type |
integer |
|
maximum |
3 |
||
minimum |
1 |
Example:
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "websocket_status",
"type": "update",
"data": {
"status": "connected" #or disconnected
"csms_url": "ws://csms.example.com:443" #optional
"security_profile": 1 #optional
}
}