Configured
This event is fired when the station was successfully configured.
Body parameters
event
: configuredstation
(integer): The identifier of the station.type
(string): The type of configuration that was applied.value
(number): The value for the configuration that was applied.
Body example
{
"event": "configured",
"station": 156,
"type": "volume",
"value": "50"
}