@camera.ui/camera-ui-reolink 1.2.13 → 1.2.15
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 +9 -0
- package/bundle.zip +0 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [1.2.15]
|
|
2
|
+
|
|
3
|
+
- Battery-only cameras can now be added by IP address alone. The UID fallback needed the UID to be known, which it is not when a camera is typed in by hand; the camera is now asked for its UID over the same port the Reolink app uses, and the answer is saved with the camera
|
|
4
|
+
- Waking a sleeping camera gets the time it needs. A battery camera answers only after about ten seconds of knocking, and the connection attempt gave up just before that
|
|
5
|
+
|
|
6
|
+
## [1.2.14]
|
|
7
|
+
|
|
8
|
+
- 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
|
|
9
|
+
|
|
1
10
|
## [1.2.13]
|
|
2
11
|
|
|
3
12
|
- 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.
|
|
4
|
+
"version": "1.2.15",
|
|
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.
|
|
48
|
-
"@camera.ui/camera-ui-reolink-darwin-amd64": "1.2.
|
|
49
|
-
"@camera.ui/camera-ui-reolink-linux-amd64": "1.2.
|
|
50
|
-
"@camera.ui/camera-ui-reolink-linux-arm64": "1.2.
|
|
51
|
-
"@camera.ui/camera-ui-reolink-windows-amd64": "1.2.
|
|
52
|
-
"@camera.ui/camera-ui-reolink-windows-arm64": "1.2.
|
|
53
|
-
"@camera.ui/camera-ui-reolink-linux-amd64-musl": "1.2.
|
|
54
|
-
"@camera.ui/camera-ui-reolink-linux-arm64-musl": "1.2.
|
|
47
|
+
"@camera.ui/camera-ui-reolink-darwin-arm64": "1.2.15",
|
|
48
|
+
"@camera.ui/camera-ui-reolink-darwin-amd64": "1.2.15",
|
|
49
|
+
"@camera.ui/camera-ui-reolink-linux-amd64": "1.2.15",
|
|
50
|
+
"@camera.ui/camera-ui-reolink-linux-arm64": "1.2.15",
|
|
51
|
+
"@camera.ui/camera-ui-reolink-windows-amd64": "1.2.15",
|
|
52
|
+
"@camera.ui/camera-ui-reolink-windows-arm64": "1.2.15",
|
|
53
|
+
"@camera.ui/camera-ui-reolink-linux-amd64-musl": "1.2.15",
|
|
54
|
+
"@camera.ui/camera-ui-reolink-linux-arm64-musl": "1.2.15"
|
|
55
55
|
},
|
|
56
56
|
"files": [
|
|
57
57
|
"bundle.zip",
|