Skip to content

Instantly share code, notes, and snippets.

@raytiley
Created February 15, 2020 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raytiley/21de967157ffd28403f4667947822a2b to your computer and use it in GitHub Desktop.
Save raytiley/21de967157ffd28403f4667947822a2b to your computer and use it in GitHub Desktop.
Cablecast Force Matrix Automation Override Payloads
{
"forceEvents": [
{
"automationOverride": {
"output": "1",
"action": "Override",
"override": true,
"device": null
}
}
]
}
{
"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