Show Control 497
/eos/out/notify/bp/list/<list index>/<list count> = <uint32: sequence number>, ...
/eos/out/notify/curve/list/<list index>/<list count> = <uint32: sequence number>, ...
/eos/out/notify/fx/list/<list index>/<list count> = <uint32: sequence number>, ...
/eos/out/notify/snap/list/<list index>/<list count> = <uint32: sequence number>, ...
/eos/out/notify/pixmap/list/<list index>/<list count> = <uint32: sequence number>, ...
/eos/out/notify/ms/list/<list index>/<list count> = <uint32: sequence number>, ...
When your app receives a notification that Eos show data has changed, you should then request
detailed information about the modified show data. You may request detailed show data via
target number or UID. (From the initial sync, you should be able to build a mapping of each type
of show data to correlate target number with UID)
Request detailed show data information via target number:
/eos/get/patch/<channel number> (Eos returns ALL parts)
/eos/get/patch/<channel number>/<part number> (specific channel part)
/eos/get/cuelist/<cue list number>
/eos/get/cue/<cue list number>/<cue number> (Eos returns base cue and ALL parts)
/eos/get/cue/<cue list number>/<cue number>/0 (base cue)
/eos/get/cue/<cue list number>/<cue number>/<cue part number> (specific cue part)
/eos/get/group/<group number>
/eos/get/macro/<macro number>
/eos/get/sub/<sub number>
/eos/get/preset/<preset number>
/eos/get/ip/<ip number>
/eos/get/fp/<fp number>
/eos/get/cp/<cp number>
/eos/get/bp/<bp number>
/eos/get/curve/<curve number>
/eos/get/fx/<fx number>
/eos/get/snap/<snap number>
/eos/get/pixmap/<pixmap number>
/eos/get/ms/<ms number>
Request detailed show data information via UID:
/eos/get/patch/uid/<UID>
/eos/get/cuelist/uid/<UID>
/eos/get/cue/uid/<UID>
/eos/get/group/uid/<UID>
/eos/get/group/displayed/uid/<UID>
/eos/get/macro/uid/<UID>
/eos/get/sub/uid/<UID>
/eos/get/preset/uid/<UID>
/eos/get/ip/uid/<UID>
/eos/get/fp/uid/<UID>
/eos/get/cp/uid/<UID>
/eos/get/bp/uid/<UID>
/eos/get/curve/uid/<UID>
/eos/get/fx/uid/<UID>
/eos/get/snap/uid/<UID>
/eos/get/pixmap/uid/<UID>
/eos/get/ms/uid/<UID>