homebridge-panasonic-ecocute-bath-extra-command 0.2.2 → 0.2.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/README.md +9 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -101,23 +101,9 @@ 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
|
-
</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>
|
|
104
|
+
| HomeKit bath extra room tiles | Warmth Charge control | Bath Reheating active detail |
|
|
105
|
+
| --- | --- | --- |
|
|
106
|
+
| <a href="https://unpkg.com/homebridge-panasonic-ecocute-bath-extra-command@0.2.3/docs/images/homekit-bath-extra-room-tiles.jpg"><img src="https://unpkg.com/homebridge-panasonic-ecocute-bath-extra-command@0.2.3/docs/images/homekit-bath-extra-room-tiles.jpg" width="220" alt="HomeKit bath extra room tiles"></a> | <a href="https://unpkg.com/homebridge-panasonic-ecocute-bath-extra-command@0.2.3/docs/images/homekit-warmth-charge-control.jpg"><img src="https://unpkg.com/homebridge-panasonic-ecocute-bath-extra-command@0.2.3/docs/images/homekit-warmth-charge-control.jpg" width="220" alt="Warmth Charge control"></a> | <a href="https://unpkg.com/homebridge-panasonic-ecocute-bath-extra-command@0.2.3/docs/images/homekit-reheating-active-detail.jpg"><img src="https://unpkg.com/homebridge-panasonic-ecocute-bath-extra-command@0.2.3/docs/images/homekit-reheating-active-detail.jpg" width="220" alt="Bath Reheating active detail"></a> |
|
|
121
107
|
|
|
122
108
|
## Future Work
|
|
123
109
|
|
|
@@ -128,6 +114,12 @@ Possible future additions:
|
|
|
128
114
|
|
|
129
115
|
## Version History
|
|
130
116
|
|
|
117
|
+
### 0.2.3
|
|
118
|
+
|
|
119
|
+
- Changed npm README screenshots to equal-width three-column thumbnails.
|
|
120
|
+
- Screenshots are clickable and open the full-size images.
|
|
121
|
+
- No functional code changes from 0.2.2.
|
|
122
|
+
|
|
131
123
|
### 0.2.2
|
|
132
124
|
|
|
133
125
|
- Reduced README screenshot display size on npm.
|
package/package.json
CHANGED