generated from bitfocus/companion-module-template-js
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from phillipivan/main
Update for V3
- Loading branch information
Showing
23 changed files
with
4,044 additions
and
1,538 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
.vscode/ | ||
node_modules/ | ||
package-lock.json | ||
/pkg | ||
/pkg.tgz | ||
*.zip | ||
*.log | ||
.nova/ | ||
temp.js | ||
temp.js | ||
DEBUG-* |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# companion-module-generic-swp08 | ||
See [HELP.md](./HELP.md) and [LICENSE](./LICENSE) | ||
See [HELP.md](./companion/HELP.md) and [LICENSE](./LICENSE) |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"id": "generic-swp08", | ||
"name": "generic-swp08", | ||
"shortname": "SW-P-08", | ||
"description": "General Remote Control Protocol (SW-P-08)", | ||
"version": "0.0.0", | ||
"license": "MIT", | ||
"repository": "git+https://github.com/bitfocus/companion-module-generic-swp08.git", | ||
"bugs": "https://github.com/bitfocus/companion-module-generic-swp08/issues", | ||
"maintainers": [ | ||
{ | ||
"name": "Peter Daniel" | ||
}, | ||
{ | ||
"name": "Phillip Ivan Pietruschka", | ||
"email": "ivanpietruschka@gmail.com" | ||
} | ||
], | ||
"runtime": { | ||
"type": "node18", | ||
"api": "nodejs-ipc", | ||
"apiVersion": "0.0.0", | ||
"entrypoint": "../src/main.js" | ||
}, | ||
"legacyIds": [], | ||
"manufacturer": "Generic", | ||
"products": [ | ||
"SW-P-08", | ||
"SW-P-08 Ross Router", | ||
"SW-P-08 Snell ProBel Router", | ||
"SW-P-08 Grass Valley Router", | ||
"SW-P-08 Lawo VSM", | ||
"SW-P-08 Calrec Router", | ||
"SW-P-08 NVision Router", | ||
"SW-P-08 Sony Broadcast Router", | ||
"SW-P-08 BNCS", | ||
"SW-P-08 DirectOut M.1k2" | ||
], | ||
"keywords": ["Router", "Matrix", "Broadcast", "Production"] | ||
|
||
} |
Oops, something went wrong.