homebridge-panasonic-ecocute-bath-extra-command 0.2.0 → 0.2.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/README.md +27 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -101,11 +101,23 @@ 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
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
104
|
+
<p>
|
|
105
|
+
<a href="https://unpkg.com/homebridge-panasonic-ecocute-bath-extra-command@0.2.2/docs/images/homekit-bath-extra-room-tiles.jpg">
|
|
106
|
+
<img src="https://unpkg.com/homebridge-panasonic-ecocute-bath-extra-command@0.2.2/docs/images/homekit-bath-extra-room-tiles.jpg" width="320" alt="HomeKit bath extra room tiles">
|
|
107
|
+
</a>
|
|
108
|
+
</p>
|
|
109
|
+
|
|
110
|
+
<p>
|
|
111
|
+
<a href="https://unpkg.com/homebridge-panasonic-ecocute-bath-extra-command@0.2.2/docs/images/homekit-warmth-charge-control.jpg">
|
|
112
|
+
<img src="https://unpkg.com/homebridge-panasonic-ecocute-bath-extra-command@0.2.2/docs/images/homekit-warmth-charge-control.jpg" width="260" alt="Warmth Charge control">
|
|
113
|
+
</a>
|
|
114
|
+
</p>
|
|
115
|
+
|
|
116
|
+
<p>
|
|
117
|
+
<a href="https://unpkg.com/homebridge-panasonic-ecocute-bath-extra-command@0.2.2/docs/images/homekit-reheating-active-detail.jpg">
|
|
118
|
+
<img src="https://unpkg.com/homebridge-panasonic-ecocute-bath-extra-command@0.2.2/docs/images/homekit-reheating-active-detail.jpg" width="260" alt="Bath Reheating active detail">
|
|
119
|
+
</a>
|
|
120
|
+
</p>
|
|
109
121
|
|
|
110
122
|
## Future Work
|
|
111
123
|
|
|
@@ -116,6 +128,16 @@ Possible future additions:
|
|
|
116
128
|
|
|
117
129
|
## Version History
|
|
118
130
|
|
|
131
|
+
### 0.2.2
|
|
132
|
+
|
|
133
|
+
- Reduced README screenshot display size on npm.
|
|
134
|
+
- Changed screenshots to clickable HTML thumbnails with fixed widths.
|
|
135
|
+
- No functional code changes from 0.2.1.
|
|
136
|
+
|
|
137
|
+
### 0.2.1
|
|
138
|
+
|
|
139
|
+
- Fixed npm README screenshot links by using absolute package CDN URLs.
|
|
140
|
+
|
|
119
141
|
### 0.2.0
|
|
120
142
|
|
|
121
143
|
- Converted `PanasonicEcocuteBathExtra` to a platform plugin.
|
package/package.json
CHANGED