Skip to content

Commit

Permalink
Merge pull request #91 from istnv/bug/config
Browse files Browse the repository at this point in the history
Fix config errors from refactor
  • Loading branch information
istnv authored May 22, 2024
2 parents 69dbf77 + 23a4a67 commit 08e2fbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { Regex } from '@companion-module/base'

// Return config fields for web config
export function getConfigFields() {
let cf = []
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class BAirInstance extends InstanceBase {

this.PollCount = 30
this.PollTimeout = 25
this.getConfigFields = getConfigFields

buildConstants(this)
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "behringer-xair",
"version": "2.3.0",
"version": "2.3.1",
"type": "module",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 08e2fbc

Please sign in to comment.