Skip to content

Commit 63b6a04

Browse files
authored
Add files via upload
1 parent 3515484 commit 63b6a04

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) => {

companion/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

presets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)