@camstack/addon-agent-ui 1.2.52 → 1.2.53
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 +3 -1
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -15576,6 +15576,8 @@ var NcSystemEventKindSchema = _enum([
|
|
|
15576
15576
|
"device-offline",
|
|
15577
15577
|
"device-disabled",
|
|
15578
15578
|
"device-enabled",
|
|
15579
|
+
"device-battery-low",
|
|
15580
|
+
"device-battery-normal",
|
|
15579
15581
|
"stream-online",
|
|
15580
15582
|
"stream-offline",
|
|
15581
15583
|
"node-online",
|
|
@@ -37005,7 +37007,7 @@ var AgentUIAddon = class extends BaseAddon {
|
|
|
37005
37007
|
capability: adminUiCapability,
|
|
37006
37008
|
provider: {
|
|
37007
37009
|
getStaticDir: async () => ({ staticDir: path.resolve(__dirname) }),
|
|
37008
|
-
getVersion: async () => ({ version: "1.2.
|
|
37010
|
+
getVersion: async () => ({ version: "1.2.53" })
|
|
37009
37011
|
}
|
|
37010
37012
|
}];
|
|
37011
37013
|
}
|