@camstack/addon-provider-onvif 1.2.49 → 1.2.50
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/dist/addon.js +2 -0
- package/dist/addon.mjs +2 -0
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -15627,6 +15627,8 @@ var NcSystemEventKindSchema = _enum([
|
|
|
15627
15627
|
"device-offline",
|
|
15628
15628
|
"device-disabled",
|
|
15629
15629
|
"device-enabled",
|
|
15630
|
+
"device-battery-low",
|
|
15631
|
+
"device-battery-normal",
|
|
15630
15632
|
"stream-online",
|
|
15631
15633
|
"stream-offline",
|
|
15632
15634
|
"node-online",
|
package/dist/addon.mjs
CHANGED
|
@@ -15628,6 +15628,8 @@ var NcSystemEventKindSchema = _enum([
|
|
|
15628
15628
|
"device-offline",
|
|
15629
15629
|
"device-disabled",
|
|
15630
15630
|
"device-enabled",
|
|
15631
|
+
"device-battery-low",
|
|
15632
|
+
"device-battery-normal",
|
|
15631
15633
|
"stream-online",
|
|
15632
15634
|
"stream-offline",
|
|
15633
15635
|
"node-online",
|