bitfocus / companion-module-renewedvision-pvp

MIT License
1 stars 2 forks source link

Add support for Cue In Playlist Targeting Layer #4

Closed chrisrouse closed 5 years ago

chrisrouse commented 5 years ago

This is one step further than selecting a specific cue in a specific playlist. You can also target a cue to a specific layer.

curl -X POST http://localhost:8080/api/0/trigger/layer/0/playlist/0/cue/0 -k

POST

Triggers a cue or live video action to a specific layer. You can use the playlist end point to search for the cue within a specific playlist

Parameter Description
layerId Can be a uuid (string), name (string), or index (integer) of the layer we will target and fire the media on.
playlistId Can be a uuid (string), name (string), or index (integer) of the playlist we need to search through.
cueID Can be a uuid (string), name (string), or index (integer) of the cue or liveVideoAction.

Notes

Number only parameters are always interpreted as an index and never name.
chrisrouse commented 5 years ago

Ignore. This feature already exists. I just misread the existing feature's behavior.