@camstack/addon-advanced-notifier 1.1.5 → 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 CHANGED
@@ -4632,7 +4632,7 @@ function _instanceof(cls, params = {}) {
4632
4632
  return inst;
4633
4633
  }
4634
4634
  //#endregion
4635
- //#region ../types/dist/sleep-NOH4yRwj.mjs
4635
+ //#region ../types/dist/sleep-DVmKHFGi.mjs
4636
4636
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
4637
4637
  EventCategory["SystemBoot"] = "system.boot";
4638
4638
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -6432,6 +6432,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
6432
6432
  DeviceRole["HumiditySensor"] = "humidity-sensor";
6433
6433
  DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
6434
6434
  DeviceRole["PressureSensor"] = "pressure-sensor";
6435
+ /** Wind speed or direction (weather-station `wind-sensor` cap). */
6436
+ DeviceRole["WindSensor"] = "wind-sensor";
6437
+ /** Rain accumulation or rate (weather-station `rain-sensor` cap). */
6438
+ DeviceRole["RainSensor"] = "rain-sensor";
6439
+ /** UV index (weather-station `uv-sensor` cap). */
6440
+ DeviceRole["UvSensor"] = "uv-sensor";
6441
+ /** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
6442
+ * Distinct from AmbientLightSensor (lux). */
6443
+ DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
6444
+ /** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
6445
+ DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
6435
6446
  DeviceRole["PowerSensor"] = "power-sensor";
6436
6447
  DeviceRole["EnergySensor"] = "energy-sensor";
6437
6448
  DeviceRole["VoltageSensor"] = "voltage-sensor";
package/dist/addon.mjs CHANGED
@@ -4628,7 +4628,7 @@ function _instanceof(cls, params = {}) {
4628
4628
  return inst;
4629
4629
  }
4630
4630
  //#endregion
4631
- //#region ../types/dist/sleep-NOH4yRwj.mjs
4631
+ //#region ../types/dist/sleep-DVmKHFGi.mjs
4632
4632
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
4633
4633
  EventCategory["SystemBoot"] = "system.boot";
4634
4634
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -6428,6 +6428,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
6428
6428
  DeviceRole["HumiditySensor"] = "humidity-sensor";
6429
6429
  DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
6430
6430
  DeviceRole["PressureSensor"] = "pressure-sensor";
6431
+ /** Wind speed or direction (weather-station `wind-sensor` cap). */
6432
+ DeviceRole["WindSensor"] = "wind-sensor";
6433
+ /** Rain accumulation or rate (weather-station `rain-sensor` cap). */
6434
+ DeviceRole["RainSensor"] = "rain-sensor";
6435
+ /** UV index (weather-station `uv-sensor` cap). */
6436
+ DeviceRole["UvSensor"] = "uv-sensor";
6437
+ /** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
6438
+ * Distinct from AmbientLightSensor (lux). */
6439
+ DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
6440
+ /** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
6441
+ DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
6431
6442
  DeviceRole["PowerSensor"] = "power-sensor";
6432
6443
  DeviceRole["EnergySensor"] = "energy-sensor";
6433
6444
  DeviceRole["VoltageSensor"] = "voltage-sensor";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-advanced-notifier",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "Rules-based notification engine for CamStack",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",