Connected
This event is fired when the station has just connected. Combined with disconnected event, it allow to track the availability of the station.
Body parameters
event
: connectedstation
(integer): The identifier of the station.
Body example
{
"event": "connected",
"station": 156
}