We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for PP6 and PP7 should be automatic as the APIs necessary are compatible.
Cue time remaining is available in stagedisplay API: ws://host:port/stagedisplay
Login:
{"pwd":"password","ptl":610,"acn":"ath"}
Listen for:
{ "acn": "vid", "uid": "00000000-0000-0000-0000-000000000000", "txt": "--:--:--" }
End txt values: "--:--:--", "00:00:00", "-00:00:00"
Total time and time elapsed will need to be calculated.
Current cue name is available in remote API: via ws://host:port/remote
{"action":"authenticate","protocol":"700","password":"password"}
Determine current slide index:
{"action":"presentationSlideIndex"}
Also is broadcast on cue via:
{ "presentationPath": "0:0", "action": "presentationTriggerIndex", "slideIndex": 6 }
Grab slideLabel from:
slideLabel
{ "action":"presentationCurrent", "presentationSlideQuality": 25}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Support for PP6 and PP7 should be automatic as the APIs necessary are compatible.
Cue time remaining is available in stagedisplay API: ws://host:port/stagedisplay
Login:
Listen for:
End txt values: "--:--:--", "00:00:00", "-00:00:00"
Total time and time elapsed will need to be calculated.
Current cue name is available in remote API: via ws://host:port/remote
Login:
Determine current slide index:
Also is broadcast on cue via:
Grab
slideLabel
from:The text was updated successfully, but these errors were encountered: