homebridge-tasmota-control 1.4.0-beta.2 → 1.4.0-beta.3
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 +1 -1
package/config.schema.json
CHANGED
|
@@ -1248,7 +1248,7 @@
|
|
|
1248
1248
|
"description": "Here enable/disable the accessory name as a prefix for light name.",
|
|
1249
1249
|
"required": false
|
|
1250
1250
|
},
|
|
1251
|
-
"
|
|
1251
|
+
"fansNamePrefix": {
|
|
1252
1252
|
"title": "Name Prefix",
|
|
1253
1253
|
"type": "boolean",
|
|
1254
1254
|
"default": false,
|
package/package.json
CHANGED