homebridge-panasonic-ecocute-bath-extra-command 0.2.0 → 0.2.1
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/README.md +7 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -101,11 +101,11 @@ Copy only the Device ID and Bearer Token into Homebridge. Turn the iPhone Wi-Fi
|
|
|
101
101
|
|
|
102
102
|
Screenshots below show the v0.2.0 platform UI and verified HomeKit behavior.
|
|
103
103
|
|
|
104
|
-

|
|
104
|
+

|
|
105
105
|
|
|
106
|
-

|
|
106
|
+

|
|
107
107
|
|
|
108
|
-

|
|
108
|
+

|
|
109
109
|
|
|
110
110
|
## Future Work
|
|
111
111
|
|
|
@@ -116,6 +116,10 @@ Possible future additions:
|
|
|
116
116
|
|
|
117
117
|
## Version History
|
|
118
118
|
|
|
119
|
+
### 0.2.1
|
|
120
|
+
|
|
121
|
+
- Fixed npm README screenshot links by using absolute package CDN URLs.
|
|
122
|
+
|
|
119
123
|
### 0.2.0
|
|
120
124
|
|
|
121
125
|
- Converted `PanasonicEcocuteBathExtra` to a platform plugin.
|
package/package.json
CHANGED