@homebridge-plugins/homebridge-eufy-security 4.6.2-beta.1 → 4.6.2-beta.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/dist/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const LIB_VERSION = "4.6.2-beta.
|
|
1
|
+
export const LIB_VERSION = "4.6.2-beta.3";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
Binary file
|
|
@@ -82,6 +82,7 @@ const DeviceImages = {
|
|
|
82
82
|
case 201: return 'smartlock_t85L0_large.png';
|
|
83
83
|
case 202: return 'smartlock_t85D0_large.png';
|
|
84
84
|
case 203: return 'smartlock_t85V0_large.png';
|
|
85
|
+
case 209: return 'smartlock_t85P0_large.png';
|
|
85
86
|
case 300: return 'nvr_s4_max_T8N00_large.png';
|
|
86
87
|
case 301: return 'poe_bullet_ptz_cam_s4_T8E00_large.png';
|
|
87
88
|
case 10005: return 'walllight_s120_large.png';
|
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.6.2-beta.
|
|
4
|
+
"version": "4.6.2-beta.3",
|
|
5
5
|
"description": "Control Eufy Security from homebridge.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@homebridge/plugin-ui-utils": "^2.2.2",
|
|
46
|
-
"eufy-security-client": "dev",
|
|
46
|
+
"eufy-security-client": "npm:@homebridge-eufy-security/eufy-security-client@^3.8.0-dev.8",
|
|
47
47
|
"ffmpeg-for-homebridge": "2.2.2",
|
|
48
48
|
"pick-port": "^2.2.0",
|
|
49
49
|
"rotating-file-stream": "^3.2.9",
|