@camstack/addon-provider-petkit 0.2.50 → 0.2.51
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
|
@@ -16994,6 +16994,8 @@ var NcSystemEventKindSchema = _enum([
|
|
|
16994
16994
|
"device-offline",
|
|
16995
16995
|
"device-disabled",
|
|
16996
16996
|
"device-enabled",
|
|
16997
|
+
"device-battery-low",
|
|
16998
|
+
"device-battery-normal",
|
|
16997
16999
|
"stream-online",
|
|
16998
17000
|
"stream-offline",
|
|
16999
17001
|
"node-online",
|
package/dist/addon.mjs
CHANGED
|
@@ -16993,6 +16993,8 @@ var NcSystemEventKindSchema = _enum([
|
|
|
16993
16993
|
"device-offline",
|
|
16994
16994
|
"device-disabled",
|
|
16995
16995
|
"device-enabled",
|
|
16996
|
+
"device-battery-low",
|
|
16997
|
+
"device-battery-normal",
|
|
16996
16998
|
"stream-online",
|
|
16997
16999
|
"stream-offline",
|
|
16998
17000
|
"node-online",
|
package/package.json
CHANGED