UNPKG

582 BPlain TextView Raw
1title: "Advanced Configuration"
2type: "object"
3properties:
4 options:
5 title: "Options"
6 type: "object"
7 properties:
8 ipAddress:
9 title: "Bridge IP Address"
10 type: "string"
11 apiUsername:
12 title: "API Username"
13 type: "string"
14 default: "newdeveloper"
15 sensorName:
16 type: "string"
17 default: "Hue Tap 1"
18 sensorPollInterval:
19 type: "integer"
20 minimum: 500
21 default: 5000
22 required: [
23 "apiUsername"
24 "sensorName"
25 "sensorPollInterval"
26 ]
27required: [
28 "options"
29]