Skip to content

Commit

Permalink
Removed IP requirement for the target host
Browse files Browse the repository at this point in the history
  • Loading branch information
murphytodd4 committed Feb 21, 2021
1 parent b8c2118 commit 6642c3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
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": "rationalacoustics-smaart3",
"version": "1.0.0",
"version": "1.0.1",
"description": "Rational Acoustics Smaart(API V3) for Companion.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6642c3e

Please sign in to comment.