@camera.ui/camera-ui-onvif 1.1.1 → 1.1.3

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,12 @@
1
+ ## [1.1.3]
2
+
3
+ - Device URLs entered without a scheme (`192.168.1.100` or `192.168.1.100:8080`) no longer fail with `Invalid URL`; a genuinely broken stored URL now logs the offending value instead of a bare TypeError
4
+
5
+ ## [1.1.2]
6
+
7
+ - Fixed motion/detection events never arriving on cameras that report an internal or wrong address for their event subscription — event polling now always uses the configured host and port
8
+ - Debug logging for incoming ONVIF events (topic, parsed motion state, dropped events) — enable the camera's debug log level to trace event delivery
9
+
1
10
  ## [1.1.1]
2
11
 
3
12
  - Bugfixes and improvements
package/bundle.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "Onvif",
3
3
  "name": "@camera.ui/camera-ui-onvif",
4
- "version": "1.1.1",
4
+ "version": "1.1.3",
5
5
  "description": "ONVIF integration for camera.ui. Provides camera discovery, PTZ control, and motion, object, audio and face events via ONVIF.",
6
6
  "author": "seydx (https://github.com/cameraui/plugins)",
7
7
  "type": "commonjs",