UNPKG

361 BPlain TextView Raw
1title: "Default Configuration"
2type: "object"
3properties:
4 options:
5 type: "object"
6 properties:
7 sensorName:
8 type: "string"
9 default: "Hue Tap 1"
10 sensorPollInterval:
11 type: "integer"
12 minimum: 500
13 default: 5000
14 required: [
15 "sensorName"
16 "sensorPollInterval"
17 ]
18required: [
19 "options"
20]