Configuration failed
This event is fired when the station configuration could not be applied.
Body parameters
event: config-failstation(integer): The identifier of the station.type(string): The type of configuration that was not applied.value(number): The value for the configuration that was not applied.
Body example
{
"event": "config-fail",
"station": 156,
"type": "volume",
"value": "50"
}