@camera.ui/camera-ui-reolink 1.0.3 → 1.1.0
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 +8 -0
- package/bundle.zip +0 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [1.1.0]
|
|
2
|
+
|
|
3
|
+
- Add NVR/Hub support: adopting an NVR lists every occupied channel as its own camera, with per-channel capability detection (AI, siren, spotlight, PTZ) and shared credentials that are prefilled and survive restarts
|
|
4
|
+
- Add "Forget NVR" action to the plugin settings for removing a connected NVR and its channel entries
|
|
5
|
+
- Fix "bad credentials" when connecting to NVRs (e.g. RLN36): Baichuan commands now use the correct header channel semantics (host 250, channels 1-based) like the official clients
|
|
6
|
+
- Fix encryption negotiation: honor the mode the firmware negotiates (full-AES, BC, none) instead of always switching to AES after login
|
|
7
|
+
- Discovery now only lists devices the current scan actually sees; NVR channels are listed while their NVR is present, manually added devices are exempt
|
|
8
|
+
|
|
1
9
|
## [1.0.3]
|
|
2
10
|
|
|
3
11
|
- Cleanup
|
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.0
|
|
4
|
+
"version": "1.1.0",
|
|
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",
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"os": [],
|
|
42
42
|
"cpu": [],
|
|
43
43
|
"optionalDependencies": {
|
|
44
|
-
"@camera.ui/camera-ui-reolink-darwin-arm64": "1.0
|
|
45
|
-
"@camera.ui/camera-ui-reolink-darwin-amd64": "1.0
|
|
46
|
-
"@camera.ui/camera-ui-reolink-linux-amd64": "1.0
|
|
47
|
-
"@camera.ui/camera-ui-reolink-linux-arm64": "1.0
|
|
48
|
-
"@camera.ui/camera-ui-reolink-windows-amd64": "1.0
|
|
49
|
-
"@camera.ui/camera-ui-reolink-windows-arm64": "1.0
|
|
50
|
-
"@camera.ui/camera-ui-reolink-linux-amd64-musl": "1.0
|
|
51
|
-
"@camera.ui/camera-ui-reolink-linux-arm64-musl": "1.0
|
|
44
|
+
"@camera.ui/camera-ui-reolink-darwin-arm64": "1.1.0",
|
|
45
|
+
"@camera.ui/camera-ui-reolink-darwin-amd64": "1.1.0",
|
|
46
|
+
"@camera.ui/camera-ui-reolink-linux-amd64": "1.1.0",
|
|
47
|
+
"@camera.ui/camera-ui-reolink-linux-arm64": "1.1.0",
|
|
48
|
+
"@camera.ui/camera-ui-reolink-windows-amd64": "1.1.0",
|
|
49
|
+
"@camera.ui/camera-ui-reolink-windows-arm64": "1.1.0",
|
|
50
|
+
"@camera.ui/camera-ui-reolink-linux-amd64-musl": "1.1.0",
|
|
51
|
+
"@camera.ui/camera-ui-reolink-linux-arm64-musl": "1.1.0"
|
|
52
52
|
},
|
|
53
53
|
"files": [
|
|
54
54
|
"bundle.zip",
|