Skip to content

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipivan committed Dec 11, 2023
1 parent 27a2260 commit fb56cd1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions companion/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"id": "ntp-dot-protocol",
"name": "ntp-dot-protocol",
"id": "ntp-technology-dot",
"name": "ntp-technology-dot",
"shortname": "DOT Protocol",
"description": "NTP DOT Protocol for control of audio routers with Bitfocus Companion",
"version": "1.0.0",
"license": "MIT",
"repository": "git+https://github.com/phillipivan/companion-module-ntp-dot-protocol.git",
"bugs": "https://github.com/phillipivan/companion-module-ntp-dot-protocol/issues",
"repository": "git+https://github.com/bitfocus/companion-module-ntp-technology-dot.git",
"bugs": "https://github.com/bitfocus/companion-module-ntp-technology-dot/issues",
"maintainers": [
{
"name": "Phillip Ivan Pietruschka",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ntp-dot-protocol",
"name": "ntp-technology-dot",
"version": "1.0.0",
"main": "src/main.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/phillipivan/companion-module-ntp-dot-protocol.git"
"url": "git+https://github.com/bitfocus/companion-module-ntp-technology-dot.git"
},
"dependencies": {
"@companion-module/base": "~1.5.1"
Expand Down
3 changes: 2 additions & 1 deletion src/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { Regex } = require('@companion-module/base')
//const { EndSession, paramSep } = require('./consts.js')

module.exports = {
async configUpdated(config) {
this.config = config
Expand All @@ -11,6 +11,7 @@ module.exports = {
this.updateVariableDefinitions()
this.updateVariableValues()
},

// Return config fields for web config
getConfigFields() {
return [
Expand Down

0 comments on commit fb56cd1

Please sign in to comment.