@homebridge-plugins/homebridge-eufy-security 4.4.4-beta.6 → 4.4.4-beta.7
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/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const LIB_VERSION = "4.4.4-beta.
|
|
1
|
+
export const LIB_VERSION = "4.4.4-beta.7";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
Binary file
|
|
@@ -24,7 +24,7 @@ const DeviceImages = {
|
|
|
24
24
|
case 24: return 'eufycame330_large.jpg';
|
|
25
25
|
case 25: return 'minibase_chime_T8023_large.jpg';
|
|
26
26
|
case 26: return 'eufycam3pro_large.png';
|
|
27
|
-
case 28: return 'homebasemini_large.
|
|
27
|
+
case 28: return 'homebasemini_large.png';
|
|
28
28
|
case 30: return 'indoorcamc120_large.png';
|
|
29
29
|
case 31: case 35: return 'indoorcamp24_large.png';
|
|
30
30
|
case 32: case 33: return 'solocame20_large.jpg';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "Homebridge Eufy Security",
|
|
3
3
|
"name": "@homebridge-plugins/homebridge-eufy-security",
|
|
4
|
-
"version": "4.4.4-beta.
|
|
4
|
+
"version": "4.4.4-beta.7",
|
|
5
5
|
"description": "Control Eufy Security from homebridge.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "Apache-2.0",
|
|
Binary file
|