homebridge-myplace 2.0.1 → 2.0.2
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/CHANGELOG.md +2 -3
- package/ConfigCreator.sh +511 -1081
- package/README.md +74 -38
- package/RUNNING_CHANGELOG.md +4 -0
- package/homebridge-ui/public/index.html +11 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
### Homebridge-myplace - An independent plugin for Homebridge bringing Advantage Air MyPlace system, its smaller siblings (E-zone, MyAir, MyAir4, etc) and its cousins (e.g. Fujitsu AnywAir) to Homekit
|
|
2
|
-
##### v2.0.
|
|
2
|
+
##### v2.0.2 (2024-09-18)
|
|
3
3
|
|
|
4
|
-
###### (1)
|
|
5
|
-
###### (2) Minor bug fix on ConfigCreator - name of an accessory should only contain alphanumeric, space and single apostrophe characters
|
|
4
|
+
###### (1) Re-coded ConfigCreator to use jq to create all config and enabled updating of devices info in config.json even when it is run from terminal.
|