homebridge-panasonic-ecocute-bath-extra-command 0.2.1 → 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 +15 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -101,11 +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
|
-
|
|
108
|
-

|
|
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> |
|
|
109
107
|
|
|
110
108
|
## Future Work
|
|
111
109
|
|
|
@@ -116,6 +114,18 @@ Possible future additions:
|
|
|
116
114
|
|
|
117
115
|
## Version History
|
|
118
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
|
+
|
|
123
|
+
### 0.2.2
|
|
124
|
+
|
|
125
|
+
- Reduced README screenshot display size on npm.
|
|
126
|
+
- Changed screenshots to clickable HTML thumbnails with fixed widths.
|
|
127
|
+
- No functional code changes from 0.2.1.
|
|
128
|
+
|
|
119
129
|
### 0.2.1
|
|
120
130
|
|
|
121
131
|
- Fixed npm README screenshot links by using absolute package CDN URLs.
|
package/package.json
CHANGED