@camera.ui/camera-ui-reolink 1.2.8 → 1.2.9
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 +5 -0
- package/bundle.zip +0 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## [1.2.9]
|
|
2
|
+
|
|
3
|
+
- Motion and AI detections from cameras whose firmware packs the events differently are recognized again. Some models wrap them in a list the plugin did not know, and every detection from those cameras was dropped
|
|
4
|
+
- A camera that reports its detections for a different channel than the one it was added as now says so in the log instead of looking like a camera that never detects anything
|
|
5
|
+
|
|
1
6
|
## [1.2.8]
|
|
2
7
|
|
|
3
8
|
- PTZ cameras show their saved positions. The presets you set up in the Reolink app appear in the PTZ controls and moving to one is a click; the list is re-read every minute, so renamed or newly added presets show up on their own
|
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.9",
|
|
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.9",
|
|
48
|
+
"@camera.ui/camera-ui-reolink-darwin-amd64": "1.2.9",
|
|
49
|
+
"@camera.ui/camera-ui-reolink-linux-amd64": "1.2.9",
|
|
50
|
+
"@camera.ui/camera-ui-reolink-linux-arm64": "1.2.9",
|
|
51
|
+
"@camera.ui/camera-ui-reolink-windows-amd64": "1.2.9",
|
|
52
|
+
"@camera.ui/camera-ui-reolink-windows-arm64": "1.2.9",
|
|
53
|
+
"@camera.ui/camera-ui-reolink-linux-amd64-musl": "1.2.9",
|
|
54
|
+
"@camera.ui/camera-ui-reolink-linux-arm64-musl": "1.2.9"
|
|
55
55
|
},
|
|
56
56
|
"files": [
|
|
57
57
|
"bundle.zip",
|