Add extra control blocks for video transparency and on/off control

This commit is contained in:
Corey Frang 2018-04-03 17:46:31 -04:00 committed by Michael "Z" Goddard
parent e4bd9cf6b2
commit 90166dc732
No known key found for this signature in database
GPG key ID: 762CD40DD5349872
3 changed files with 55 additions and 13 deletions
src/serialization

View file

@ -980,17 +980,17 @@ const specMap = {
// ]
// },
'setVideoState': {
opcode: 'sensing_videotoggle',
opcode: 'videoSensing.videoToggle',
argMap: [
{
type: 'input',
inputOp: 'sensing_videotogglemenu',
inputName: 'VIDEOTOGGLEMENU'
inputOp: 'videoSensing.menu.VIDEO_STATE',
inputName: 'VIDEO_STATE'
}
]
},
'setVideoTransparency': {
opcode: 'sensing_setvideotransparency',
opcode: 'videoSensing.setVideoTransparency',
argMap: [
{
type: 'input',