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

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,10 @@
1
+ ## [1.2.13]
2
+
3
+ - 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
4
+ - The connection to a battery camera is only dropped once the camera has actually reached camera.ui with a push. If it cannot, the connection stays up and the log says so, so a camera in an odd network setup never ends up silent
5
+ - New camera setting "Permanently Powered" for battery models. A doorbell wired to its bell transformer has no reason to sleep, so it keeps a connection like a mains camera and reacts faster. It takes effect right away
6
+ - A camera you disabled is now really disabled. Disabling only stopped the recording and streaming side, the plugin stayed logged in to the camera and kept asking it for events. Enabling and disabling takes effect right away
7
+
1
8
  ## [1.2.12]
2
9
 
3
10
  - Updated camera.ui engine and deps
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.12",
4
+ "version": "1.2.13",
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.12",
48
- "@camera.ui/camera-ui-reolink-darwin-amd64": "1.2.12",
49
- "@camera.ui/camera-ui-reolink-linux-amd64": "1.2.12",
50
- "@camera.ui/camera-ui-reolink-linux-arm64": "1.2.12",
51
- "@camera.ui/camera-ui-reolink-windows-amd64": "1.2.12",
52
- "@camera.ui/camera-ui-reolink-windows-arm64": "1.2.12",
53
- "@camera.ui/camera-ui-reolink-linux-amd64-musl": "1.2.12",
54
- "@camera.ui/camera-ui-reolink-linux-arm64-musl": "1.2.12"
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"
55
55
  },
56
56
  "files": [
57
57
  "bundle.zip",