Sync: Poll ontime status
In the scenario of syncing the state of ontime with 3rd party applications, ontime offers an endpoint to poll the app status
Returns object containing app timer status
GET
http://<your_ip>:4001/ontime/poll
Playback states
With the poll endpoint, ontime will report one of the following playback states
Start - Playback in play mode
Pause - playback in pause mode
Roll - playback in roll mode
Stop - Playback in stop mode
Last updated