Skip to content

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: connected
  • station (integer): The identifier of the station.

Body example

{
    "event": "connected",
    "station": 156
}