@homebridge-plugins/homebridge-smarthq 0.1.0-beta.3 → 0.1.0-beta.4
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/dist/platform.js +1 -1
- package/package.json +1 -1
package/dist/platform.js
CHANGED
|
@@ -182,7 +182,7 @@ export class SmartHQPlatform {
|
|
|
182
182
|
axios.get(`/appliance/${device.applianceId}/feature`),
|
|
183
183
|
]);
|
|
184
184
|
switch (device.type) {
|
|
185
|
-
case '
|
|
185
|
+
case 'Dishwasher':
|
|
186
186
|
await this.createSmartHQDishWasher(userId, device, details, features);
|
|
187
187
|
break;
|
|
188
188
|
case 'oven':
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@homebridge-plugins/homebridge-smarthq",
|
|
3
3
|
"displayName": "SmartHQ",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "0.1.0-beta.
|
|
5
|
+
"version": "0.1.0-beta.4",
|
|
6
6
|
"description": "The SmartHQ plugin allows you to interact with SmartHQ Devices in HomeKit and with Siri.",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "donavanbecker",
|