If you have the web remote enabled you can control all sorts such as:
http://IP:4316
/api/display/desktop;; (desktop/blank/show)
/api/service/previous
/api/service/next
/api/controller/live/previous
/api/controller/live/next
<br>
From an old scirpt you can see here how I set a particular page or service item:
<br>
set_track() {<br>curl -s --get "http://openlp:password@host:4316/api/service/set" --data 'data={"request":{"id":'$(($1-1))'}}'<br>}<br><br>set_page() {<br>echo SET $1<br>curl -s --get "http://openlp:password@host:4316/api/controller/live/set" --data 'data={"request":{"id":'$(($1-1))'}}'<br>}<br>
<br>
<br>
If you run Node-Red I can paste some NR nodes that we use.<br>
<br><br><br><br><br><br><br>