Skip to content

Commit

Permalink
Update ph.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ebaauw committed Dec 11, 2023
1 parent 13e5ff2 commit b518906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/ph.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ class Main extends CommandLineTool {
return
}
if (HueClient.isDeconzBridgeId(this.bridgeConfig.bridgeid)) {
this.error('%s: not a Hue bridge', clargs.options.host)
this.error('%s: deCONZ gateway no longer supported', clargs.options.host)
return
}
if (clargs.command === 'config') {
Expand Down

0 comments on commit b518906

Please sign in to comment.