diff --git a/index.js b/index.js index b0ecf10..b600bad 100644 --- a/index.js +++ b/index.js @@ -153,9 +153,8 @@ class instance extends instance_skel { { type: 'textinput', id: 'host', - label: 'Target IP', - width: 12, - regex: this.REGEX_IP + label: 'Target IP/hostname', + width: 12 }, { type: 'textinput', diff --git a/package.json b/package.json index 950e4de..88ef162 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rationalacoustics-smaart3", - "version": "1.0.0", + "version": "1.0.1", "description": "Rational Acoustics Smaart(API V3) for Companion.", "main": "index.js", "scripts": {