homebridge-myleviton 3.0.4 → 3.0.5
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 +1 -1
- package/package.json +2 -1
package/config.schema.json
CHANGED
|
@@ -88,7 +88,6 @@
|
|
|
88
88
|
"description": "Enter your My Leviton account details.",
|
|
89
89
|
"expandable": false,
|
|
90
90
|
"items": [
|
|
91
|
-
"name",
|
|
92
91
|
"email",
|
|
93
92
|
"password"
|
|
94
93
|
]
|
|
@@ -99,6 +98,7 @@
|
|
|
99
98
|
"expandable": true,
|
|
100
99
|
"expanded": true,
|
|
101
100
|
"items": [
|
|
101
|
+
"name",
|
|
102
102
|
"loglevel",
|
|
103
103
|
"pollInterval"
|
|
104
104
|
]
|
package/package.json
CHANGED