Created
February 15, 2020 14:17
-
-
Save raytiley/21de967157ffd28403f4667947822a2b to your computer and use it in GitHub Desktop.
Cablecast Force Matrix Automation Override Payloads
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"forceEvents": [ | |
{ | |
"automationOverride": { | |
"output": "1", | |
"action": "Override", | |
"override": true, | |
"device": null | |
} | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"forceEvents": [ | |
{ | |
"automationOverride": { | |
"output": "1", | |
"action": "Resume", | |
"override": false, | |
"doLastSwitchOnResume": true, | |
"device": null | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment