@camera.ui/camera-ui-reolink 1.0.3 → 1.1.1

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/bundle.zip +0 -0
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [1.1.1]
2
+
3
+ - Bump camera.ui engine and SDK
4
+
5
+ ## [1.1.0]
6
+
7
+ - 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
8
+ - Add "Forget NVR" action to the plugin settings for removing a connected NVR and its channel entries
9
+ - 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
10
+ - Fix encryption negotiation: honor the mode the firmware negotiates (full-AES, BC, none) instead of always switching to AES after login
11
+ - Discovery now only lists devices the current scan actually sees; NVR channels are listed while their NVR is present, manually added devices are exempt
12
+
1
13
  ## [1.0.3]
2
14
 
3
15
  - 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.3",
4
+ "version": "1.1.1",
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",
@@ -25,7 +25,7 @@
25
25
  "url": "https://github.com/cameraui/plugins/issues"
26
26
  },
27
27
  "engines": {
28
- "camera.ui": ">=2.0.11",
28
+ "camera.ui": ">=2.0.16",
29
29
  "node": ">=22.0.0"
30
30
  },
31
31
  "homepage": "https://github.com/cameraui/plugins/tree/main/camera-ui-reolink#readme",
@@ -41,14 +41,14 @@
41
41
  "os": [],
42
42
  "cpu": [],
43
43
  "optionalDependencies": {
44
- "@camera.ui/camera-ui-reolink-darwin-arm64": "1.0.3",
45
- "@camera.ui/camera-ui-reolink-darwin-amd64": "1.0.3",
46
- "@camera.ui/camera-ui-reolink-linux-amd64": "1.0.3",
47
- "@camera.ui/camera-ui-reolink-linux-arm64": "1.0.3",
48
- "@camera.ui/camera-ui-reolink-windows-amd64": "1.0.3",
49
- "@camera.ui/camera-ui-reolink-windows-arm64": "1.0.3",
50
- "@camera.ui/camera-ui-reolink-linux-amd64-musl": "1.0.3",
51
- "@camera.ui/camera-ui-reolink-linux-arm64-musl": "1.0.3"
44
+ "@camera.ui/camera-ui-reolink-darwin-arm64": "1.1.1",
45
+ "@camera.ui/camera-ui-reolink-darwin-amd64": "1.1.1",
46
+ "@camera.ui/camera-ui-reolink-linux-amd64": "1.1.1",
47
+ "@camera.ui/camera-ui-reolink-linux-arm64": "1.1.1",
48
+ "@camera.ui/camera-ui-reolink-windows-amd64": "1.1.1",
49
+ "@camera.ui/camera-ui-reolink-windows-arm64": "1.1.1",
50
+ "@camera.ui/camera-ui-reolink-linux-amd64-musl": "1.1.1",
51
+ "@camera.ui/camera-ui-reolink-linux-arm64-musl": "1.1.1"
52
52
  },
53
53
  "files": [
54
54
  "bundle.zip",