@homebridge-plugins/homebridge-eufy-security 4.4.5-beta.2 → 4.4.5-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.4.5-beta.2";
1
+ export const LIB_VERSION = "4.4.5-beta.3";
2
2
  //# sourceMappingURL=version.js.map
@@ -66,6 +66,7 @@ const DeviceImages = {
66
66
  case 131: case 132: case 133:
67
67
  return 'garage_camera_t8452_large.png';
68
68
  case 110: return '4g_lte_starlight_large.jpg';
69
+ case 111: return '4g_lte_cam_s330_large.png';
69
70
  case 126: return 'sensor_large.png';
70
71
  case 140: return 'smartsafe_s10_t7400_large.png';
71
72
  case 141: return 'smartsafe_s12_t7401_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.4.5-beta.2",
4
+ "version": "4.4.5-beta.3",
5
5
  "description": "Control Eufy Security from homebridge.",
6
6
  "type": "module",
7
7
  "license": "Apache-2.0",