homebridge-econet-rheem 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config.schema.json +21 -4
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -2,10 +2,14 @@
|
|
|
2
2
|
"pluginAlias": "HomebridgeEconetRheem",
|
|
3
3
|
"pluginType": "platform",
|
|
4
4
|
"singular": true,
|
|
5
|
-
"strictValidation": false,
|
|
6
5
|
"schema": {
|
|
7
6
|
"type": "object",
|
|
8
7
|
"properties": {
|
|
8
|
+
"name": {
|
|
9
|
+
"title": "Plugin Name",
|
|
10
|
+
"type": "string",
|
|
11
|
+
"default": "Econet Rheem"
|
|
12
|
+
},
|
|
9
13
|
"email": {
|
|
10
14
|
"title": "Email",
|
|
11
15
|
"type": "string",
|
|
@@ -23,8 +27,21 @@
|
|
|
23
27
|
"title": "Debug",
|
|
24
28
|
"type": "boolean",
|
|
25
29
|
"required": false,
|
|
26
|
-
"description": "
|
|
30
|
+
"description": "Enable additional debug logging"
|
|
27
31
|
}
|
|
28
32
|
}
|
|
29
|
-
}
|
|
30
|
-
|
|
33
|
+
},
|
|
34
|
+
"layout": [
|
|
35
|
+
{
|
|
36
|
+
"type": "fieldset",
|
|
37
|
+
"title": "Required Settings",
|
|
38
|
+
"items": ["email", "password"]
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"type": "fieldset",
|
|
42
|
+
"title": "Advanced Settings",
|
|
43
|
+
"expandable": true,
|
|
44
|
+
"items": ["debug"]
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName": "Homebridge Econet Rheem",
|
|
5
5
|
"description": "Homebridge plugin based on pyeconet for control of Rheem water heaters",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"version": "1.0.
|
|
7
|
+
"version": "1.0.4",
|
|
8
8
|
"homepage": "https://github.com/mpatfield/homebridge-econet-rheem#readme",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|