File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ function getActionDefinitions(self) {
7575 } ,
7676 }
7777
78- actions [ 'trigger_cue ' ] = {
78+ actions [ 'toggle_cue ' ] = {
7979 name : 'Trigger Cue' ,
8080 options : [ cueNumberOption ] ,
8181 callback : async ( action ) => {
Original file line number Diff line number Diff line change 33 "name" : " accompaniment" ,
44 "shortname" : " accompaniment" ,
55 "description" : " Connects to the AcCompaniment app via a websocket server" ,
6- "version" : " 1.2.0 " ,
6+ "version" : " 1.2.1 " ,
77 "license" : " MIT" ,
88 "repository" : " git+https://github.com/bitfocus/companion-module-highpass-accompaniment.git" ,
99 "bugs" : " https://github.com/bitfocus/companion-module-highpass-accompaniment/issues" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " highpass-accompaniment" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "description" : " Companion module for the AcCompaniment soundboard app" ,
55 "main" : " main.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ function getPresetDefinitions(self) {
2020 {
2121 down : [
2222 {
23- actionId : `trigger_cue ` ,
23+ actionId : `toggle_cue ` ,
2424 options : { cueNumber : `${ i } ` } ,
2525 } ,
2626 ] ,
You can’t perform that action at this time.
0 commit comments