@camera.ui/camera-ui-reolink 1.2.2 → 1.2.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/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [1.2.4]
2
+
3
+ - The event listener stays up as long as the connection does. It used to be torn down and rebuilt every five minutes, and a detection that landed in that moment was lost
4
+
5
+ ## [1.2.3]
6
+
7
+ - Cameras on an NVR or Home Hub get their events again. The subscription was sent to the wrong channel, so the camera accepted it and then never reported motion or AI detections
8
+ - A camera that stays silent after subscribing now gets asked again every 30 seconds instead of every 5 minutes, and says so in the log if it never answers
9
+
1
10
  ## [1.2.2]
2
11
 
3
12
  - Doorbells report a lingering visitor again. Some models describe the zone without saying what they saw, and those events were dropped instead of counting as motion
package/bundle.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "Reolink",
3
3
  "name": "@camera.ui/camera-ui-reolink",
4
- "version": "1.2.2",
4
+ "version": "1.2.4",
5
5
  "description": "Integrates Reolink cameras and doorbells into camera.ui via the native Baichuan protocol, with device discovery, live streaming, two-way audio, and motion, AI object, battery and doorbell events.",
6
6
  "author": "seydx (https://github.com/cameraui/plugins)",
7
7
  "main": "./main.go",
@@ -44,14 +44,14 @@
44
44
  "protocolLevel": 1
45
45
  },
46
46
  "optionalDependencies": {
47
- "@camera.ui/camera-ui-reolink-darwin-arm64": "1.2.2",
48
- "@camera.ui/camera-ui-reolink-darwin-amd64": "1.2.2",
49
- "@camera.ui/camera-ui-reolink-linux-amd64": "1.2.2",
50
- "@camera.ui/camera-ui-reolink-linux-arm64": "1.2.2",
51
- "@camera.ui/camera-ui-reolink-windows-amd64": "1.2.2",
52
- "@camera.ui/camera-ui-reolink-windows-arm64": "1.2.2",
53
- "@camera.ui/camera-ui-reolink-linux-amd64-musl": "1.2.2",
54
- "@camera.ui/camera-ui-reolink-linux-arm64-musl": "1.2.2"
47
+ "@camera.ui/camera-ui-reolink-darwin-arm64": "1.2.4",
48
+ "@camera.ui/camera-ui-reolink-darwin-amd64": "1.2.4",
49
+ "@camera.ui/camera-ui-reolink-linux-amd64": "1.2.4",
50
+ "@camera.ui/camera-ui-reolink-linux-arm64": "1.2.4",
51
+ "@camera.ui/camera-ui-reolink-windows-amd64": "1.2.4",
52
+ "@camera.ui/camera-ui-reolink-windows-arm64": "1.2.4",
53
+ "@camera.ui/camera-ui-reolink-linux-amd64-musl": "1.2.4",
54
+ "@camera.ui/camera-ui-reolink-linux-arm64-musl": "1.2.4"
55
55
  },
56
56
  "files": [
57
57
  "bundle.zip",