Skip to content

Commit

Permalink
BUGFIX: Set default clock ip as broadcast
Browse files Browse the repository at this point in the history
Not having a valid ip address prevents saving of the configuration
  • Loading branch information
depili committed Dec 2, 2023
1 parent 2031362 commit 1e7000d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export function GetConfigFields(): SomeCompanionConfigField[] {
label: 'Clock IP address (you can also use broadcast)',
width: 8,
regex: Regex.IP,
default: '255.255.255.255',
},
{
type: 'textinput',
Expand Down

0 comments on commit 1e7000d

Please sign in to comment.