@camstack/addon-export-alexa 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.
@@ -4655,7 +4655,7 @@ function _instanceof(cls, params = {}) {
4655
4655
  return inst;
4656
4656
  }
4657
4657
  //#endregion
4658
- //#region ../types/dist/sleep-NOH4yRwj.mjs
4658
+ //#region ../types/dist/sleep-DVmKHFGi.mjs
4659
4659
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
4660
4660
  EventCategory["SystemBoot"] = "system.boot";
4661
4661
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -6466,6 +6466,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
6466
6466
  DeviceRole["HumiditySensor"] = "humidity-sensor";
6467
6467
  DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
6468
6468
  DeviceRole["PressureSensor"] = "pressure-sensor";
6469
+ /** Wind speed or direction (weather-station `wind-sensor` cap). */
6470
+ DeviceRole["WindSensor"] = "wind-sensor";
6471
+ /** Rain accumulation or rate (weather-station `rain-sensor` cap). */
6472
+ DeviceRole["RainSensor"] = "rain-sensor";
6473
+ /** UV index (weather-station `uv-sensor` cap). */
6474
+ DeviceRole["UvSensor"] = "uv-sensor";
6475
+ /** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
6476
+ * Distinct from AmbientLightSensor (lux). */
6477
+ DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
6478
+ /** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
6479
+ DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
6469
6480
  DeviceRole["PowerSensor"] = "power-sensor";
6470
6481
  DeviceRole["EnergySensor"] = "energy-sensor";
6471
6482
  DeviceRole["VoltageSensor"] = "voltage-sensor";
@@ -4629,7 +4629,7 @@ function _instanceof(cls, params = {}) {
4629
4629
  return inst;
4630
4630
  }
4631
4631
  //#endregion
4632
- //#region ../types/dist/sleep-NOH4yRwj.mjs
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";
@@ -6440,6 +6440,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
6440
6440
  DeviceRole["HumiditySensor"] = "humidity-sensor";
6441
6441
  DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
6442
6442
  DeviceRole["PressureSensor"] = "pressure-sensor";
6443
+ /** Wind speed or direction (weather-station `wind-sensor` cap). */
6444
+ DeviceRole["WindSensor"] = "wind-sensor";
6445
+ /** Rain accumulation or rate (weather-station `rain-sensor` cap). */
6446
+ DeviceRole["RainSensor"] = "rain-sensor";
6447
+ /** UV index (weather-station `uv-sensor` cap). */
6448
+ DeviceRole["UvSensor"] = "uv-sensor";
6449
+ /** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
6450
+ * Distinct from AmbientLightSensor (lux). */
6451
+ DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
6452
+ /** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
6453
+ DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
6443
6454
  DeviceRole["PowerSensor"] = "power-sensor";
6444
6455
  DeviceRole["EnergySensor"] = "energy-sensor";
6445
6456
  DeviceRole["VoltageSensor"] = "voltage-sensor";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-export-alexa",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "Alexa Smart Home Skill export — hub-side OAuth provider + directive handler. The companion AWS Lambda forwards Alexa directives to this addon's /addon/export-alexa/directive endpoint.",
5
5
  "keywords": [
6
6
  "camstack",