mirror of
https://github.com/RavenX8/companion-module-voicemod.git
synced 2026-04-03 21:08:51 -04:00
Added connection state
Added some basic actions
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"id": "your-module-name",
|
||||
"name": "your-module-name",
|
||||
"shortname": "module-shortname",
|
||||
"description": "A short one line description of your module",
|
||||
"id": "companion-module-voicemod",
|
||||
"name": "companion-module-voicemod",
|
||||
"shortname": "Voicemod",
|
||||
"description": "Voicemod control at your fingertips",
|
||||
"version": "0.0.0",
|
||||
"license": "MIT",
|
||||
"repository": "git+https://github.com/bitfocus/companion-module-your-module-name.git",
|
||||
"bugs": "https://github.com/bitfocus/companion-module-your-module-name/issues",
|
||||
"repository": "git+https://github.com/bitfocus/companion-module-voicemod.git",
|
||||
"bugs": "https://github.com/bitfocus/companion-module-voicemod/issues",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Your name",
|
||||
@@ -20,7 +20,7 @@
|
||||
"entrypoint": "../main.js"
|
||||
},
|
||||
"legacyIds": [],
|
||||
"manufacturer": "Your company",
|
||||
"products": ["Your product"],
|
||||
"keywords": []
|
||||
"manufacturer": "Voicemod",
|
||||
"products": ["Voicemod"],
|
||||
"keywords": ["Audio"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user