Besides the REST interface, the PTL software also exposes a WebSocket interface, that can be used for callbacks from the systemTo send back events to the connecting client, we use WebSockets. The client can make a WebSocket connection on the URL ws://<<ip address>>/ws
. On this connection only events can be received. Sending information is done using the REST API.
Message | Content | Remarks | |||||
---|---|---|---|---|---|---|---|
CONFIRM |
| This message is sent when an active tag’s button is pushed. When the cabinet’s mode is When in |
...