You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
Removes previous discover feature of the Hue service because device presets allow for selection between multiple bridges in a nice gui.
Uses the same N-UPnP discovery from the underlying Hue library as the discover feature did.
Copy file name to clipboardExpand all lines: nodecg-io-philipshue/philipshue-schema.json
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,13 @@
3
3
"type": "object",
4
4
"additionalProperties": false,
5
5
"properties": {
6
-
"discover": {
7
-
"type": "boolean",
8
-
"description": "If the extension should try to discover the Philips Hue Bridge. **IMPORTANT** ignores the specified IP address and errors if it could not find a bridge, will only be used on first run"
9
-
},
10
6
"ipAddr": {
11
7
"type": "string",
12
-
"description": "The IP address of the bridge that you want to connect to, not required/used if you specify discover as true"
8
+
"description": "The IP address of the bridge that you want to connect to"
13
9
},
14
10
"port": {
15
11
"type": "number",
16
-
"description": "The port that you want to use for connecting to your Hue bridge, not required/used if you specify discover as true"
12
+
"description": "The port that you want to use for connecting to your Hue bridge"
17
13
},
18
14
"apiKey": {
19
15
"type": "string",
@@ -24,5 +20,5 @@
24
20
"description": "The username that you want to use/that will be generated on first startup"
0 commit comments