@camstack/addon-provider-reolink 1.2.73 → 1.2.74
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
|
@@ -16498,6 +16498,8 @@ var NcSystemEventKindSchema = _enum([
|
|
|
16498
16498
|
"device-offline",
|
|
16499
16499
|
"device-disabled",
|
|
16500
16500
|
"device-enabled",
|
|
16501
|
+
"device-battery-low",
|
|
16502
|
+
"device-battery-normal",
|
|
16501
16503
|
"stream-online",
|
|
16502
16504
|
"stream-offline",
|
|
16503
16505
|
"node-online",
|
package/dist/addon.mjs
CHANGED
|
@@ -16493,6 +16493,8 @@ var NcSystemEventKindSchema = _enum([
|
|
|
16493
16493
|
"device-offline",
|
|
16494
16494
|
"device-disabled",
|
|
16495
16495
|
"device-enabled",
|
|
16496
|
+
"device-battery-low",
|
|
16497
|
+
"device-battery-normal",
|
|
16496
16498
|
"stream-online",
|
|
16497
16499
|
"stream-offline",
|
|
16498
16500
|
"node-online",
|