@camstack/addon-agent-ui 1.1.6 → 1.1.7
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 +13 -2
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -4629,7 +4629,7 @@ function _instanceof(cls, params = {}) {
|
|
|
4629
4629
|
return inst;
|
|
4630
4630
|
}
|
|
4631
4631
|
//#endregion
|
|
4632
|
-
//#region ../types/dist/sleep-
|
|
4632
|
+
//#region ../types/dist/sleep-DVmKHFGi.mjs
|
|
4633
4633
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4634
4634
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4635
4635
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -6429,6 +6429,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
|
|
|
6429
6429
|
DeviceRole["HumiditySensor"] = "humidity-sensor";
|
|
6430
6430
|
DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
|
|
6431
6431
|
DeviceRole["PressureSensor"] = "pressure-sensor";
|
|
6432
|
+
/** Wind speed or direction (weather-station `wind-sensor` cap). */
|
|
6433
|
+
DeviceRole["WindSensor"] = "wind-sensor";
|
|
6434
|
+
/** Rain accumulation or rate (weather-station `rain-sensor` cap). */
|
|
6435
|
+
DeviceRole["RainSensor"] = "rain-sensor";
|
|
6436
|
+
/** UV index (weather-station `uv-sensor` cap). */
|
|
6437
|
+
DeviceRole["UvSensor"] = "uv-sensor";
|
|
6438
|
+
/** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
|
|
6439
|
+
* Distinct from AmbientLightSensor (lux). */
|
|
6440
|
+
DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
|
|
6441
|
+
/** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
|
|
6442
|
+
DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
|
|
6432
6443
|
DeviceRole["PowerSensor"] = "power-sensor";
|
|
6433
6444
|
DeviceRole["EnergySensor"] = "energy-sensor";
|
|
6434
6445
|
DeviceRole["VoltageSensor"] = "voltage-sensor";
|
|
@@ -21056,7 +21067,7 @@ var AgentUIAddon = class extends BaseAddon {
|
|
|
21056
21067
|
capability: adminUiCapability,
|
|
21057
21068
|
provider: {
|
|
21058
21069
|
getStaticDir: async () => ({ staticDir: path.resolve(__dirname) }),
|
|
21059
|
-
getVersion: async () => ({ version: "1.1.
|
|
21070
|
+
getVersion: async () => ({ version: "1.1.7" })
|
|
21060
21071
|
}
|
|
21061
21072
|
}];
|
|
21062
21073
|
}
|