type: error post: description: |
Events can be sent for multiple Controller. The request remains open until a requested event has been received or a timeout of ~6min is reached. Only one ./event request should be active per browser tab.
___Name | Type | Description | Example | Default |
---|---|---|---|---|
``controllers`` | required, array | This collection contains a required ``controllerId`` and its objects of interest The first item of the collection has to be the current controllerId. |
[{
"controllerId":"scheduler",
"eventId":1480088631000000,
}] | |
``eventId`` | optional, string | Every response contains for each Controller a new eventId for the next call. If the eventId is empty then the web service calculates the eventId. |
"eventId":"1480088631000000" | Milliseconds of current timestamp * 1000 |