@camstack/addon-provider-dreo 0.2.8 → 0.2.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-provider-dreo",
3
- "version": "0.2.8",
3
+ "version": "0.2.10",
4
4
  "description": "Dreo smart-device (fan / air-circulator / purifier / heater / humidifier) device-provider addon for CamStack — wraps the @apocaliss92/nodedreo Dreo cloud client (REST + WebSocket)",
5
5
  "keywords": [
6
6
  "camstack",
@@ -41,7 +41,7 @@
41
41
  "version": "0.1.0",
42
42
  "description": "Adopt Dreo fans, air circulators, purifiers, heaters and humidifiers via the Dreo cloud",
43
43
  "entry": "./dist/addon.js",
44
- "icon": "assets/icon.svg",
44
+ "icon": "assets/icon.png",
45
45
  "color": "#0a7cff",
46
46
  "mode": "account",
47
47
  "instanceMode": "multiple",
@@ -54,6 +54,9 @@
54
54
  },
55
55
  {
56
56
  "name": "device-adoption"
57
+ },
58
+ {
59
+ "name": "connection-test"
57
60
  }
58
61
  ]
59
62
  }
package/assets/icon.svg DELETED
@@ -1,10 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" role="img" aria-label="Dreo">
2
- <rect width="64" height="64" rx="14" fill="#0a7cff"/>
3
- <g fill="none" stroke="#fff" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
4
- <circle cx="32" cy="32" r="6"/>
5
- <path d="M32 26c6-10 18-7 18 0 0 5-7 6-12 5"/>
6
- <path d="M38 32c10 6 7 18 0 18-5 0-6-7-5-12"/>
7
- <path d="M32 38c-6 10-18 7-18 0 0-5 7-6 12-5"/>
8
- <path d="M26 32c-10-6-7-18 0-18 5 0 6 7 5 12"/>
9
- </g>
10
- </svg>