@camera.ui/camera-ui-reolink 1.2.13 → 1.2.14

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,7 @@
1
+ ## [1.2.14]
2
+
3
+ - Battery-only cameras can be added again. A camera that is asleep keeps no connection port open, so adopting one failed with "connection refused" even though the Reolink app reached it. The plugin now falls back to the camera's UID connection
4
+
1
5
  ## [1.2.13]
2
6
 
3
7
  - Battery cameras and doorbells no longer lose their charge within a day. The plugin kept a connection to the camera open around the clock, which is what stops a battery model from sleeping. It now hands the camera a push address and lets the connection go; motion, doorbell presses and the battery level arrive on their own. Cameras whose firmware cannot push say so in the log and keep the old behavior
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.13",
4
+ "version": "1.2.14",
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": 2
45
45
  },
46
46
  "optionalDependencies": {
47
- "@camera.ui/camera-ui-reolink-darwin-arm64": "1.2.13",
48
- "@camera.ui/camera-ui-reolink-darwin-amd64": "1.2.13",
49
- "@camera.ui/camera-ui-reolink-linux-amd64": "1.2.13",
50
- "@camera.ui/camera-ui-reolink-linux-arm64": "1.2.13",
51
- "@camera.ui/camera-ui-reolink-windows-amd64": "1.2.13",
52
- "@camera.ui/camera-ui-reolink-windows-arm64": "1.2.13",
53
- "@camera.ui/camera-ui-reolink-linux-amd64-musl": "1.2.13",
54
- "@camera.ui/camera-ui-reolink-linux-arm64-musl": "1.2.13"
47
+ "@camera.ui/camera-ui-reolink-darwin-arm64": "1.2.14",
48
+ "@camera.ui/camera-ui-reolink-darwin-amd64": "1.2.14",
49
+ "@camera.ui/camera-ui-reolink-linux-amd64": "1.2.14",
50
+ "@camera.ui/camera-ui-reolink-linux-arm64": "1.2.14",
51
+ "@camera.ui/camera-ui-reolink-windows-amd64": "1.2.14",
52
+ "@camera.ui/camera-ui-reolink-windows-arm64": "1.2.14",
53
+ "@camera.ui/camera-ui-reolink-linux-amd64-musl": "1.2.14",
54
+ "@camera.ui/camera-ui-reolink-linux-arm64-musl": "1.2.14"
55
55
  },
56
56
  "files": [
57
57
  "bundle.zip",