@camstack/addon-import-alexa 0.1.3 → 0.1.5

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
@@ -4681,7 +4681,7 @@ function preprocess(fn, schema) {
4681
4681
  });
4682
4682
  }
4683
4683
  //#endregion
4684
- //#region ../types/dist/sleep-NOH4yRwj.mjs
4684
+ //#region ../types/dist/sleep-DVmKHFGi.mjs
4685
4685
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
4686
4686
  EventCategory["SystemBoot"] = "system.boot";
4687
4687
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -6481,6 +6481,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
6481
6481
  DeviceRole["HumiditySensor"] = "humidity-sensor";
6482
6482
  DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
6483
6483
  DeviceRole["PressureSensor"] = "pressure-sensor";
6484
+ /** Wind speed or direction (weather-station `wind-sensor` cap). */
6485
+ DeviceRole["WindSensor"] = "wind-sensor";
6486
+ /** Rain accumulation or rate (weather-station `rain-sensor` cap). */
6487
+ DeviceRole["RainSensor"] = "rain-sensor";
6488
+ /** UV index (weather-station `uv-sensor` cap). */
6489
+ DeviceRole["UvSensor"] = "uv-sensor";
6490
+ /** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
6491
+ * Distinct from AmbientLightSensor (lux). */
6492
+ DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
6493
+ /** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
6494
+ DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
6484
6495
  DeviceRole["PowerSensor"] = "power-sensor";
6485
6496
  DeviceRole["EnergySensor"] = "energy-sensor";
6486
6497
  DeviceRole["VoltageSensor"] = "voltage-sensor";
package/dist/addon.mjs CHANGED
@@ -4681,7 +4681,7 @@ function preprocess(fn, schema) {
4681
4681
  });
4682
4682
  }
4683
4683
  //#endregion
4684
- //#region ../types/dist/sleep-NOH4yRwj.mjs
4684
+ //#region ../types/dist/sleep-DVmKHFGi.mjs
4685
4685
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
4686
4686
  EventCategory["SystemBoot"] = "system.boot";
4687
4687
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -6481,6 +6481,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
6481
6481
  DeviceRole["HumiditySensor"] = "humidity-sensor";
6482
6482
  DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
6483
6483
  DeviceRole["PressureSensor"] = "pressure-sensor";
6484
+ /** Wind speed or direction (weather-station `wind-sensor` cap). */
6485
+ DeviceRole["WindSensor"] = "wind-sensor";
6486
+ /** Rain accumulation or rate (weather-station `rain-sensor` cap). */
6487
+ DeviceRole["RainSensor"] = "rain-sensor";
6488
+ /** UV index (weather-station `uv-sensor` cap). */
6489
+ DeviceRole["UvSensor"] = "uv-sensor";
6490
+ /** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
6491
+ * Distinct from AmbientLightSensor (lux). */
6492
+ DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
6493
+ /** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
6494
+ DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
6484
6495
  DeviceRole["PowerSensor"] = "power-sensor";
6485
6496
  DeviceRole["EnergySensor"] = "energy-sensor";
6486
6497
  DeviceRole["VoltageSensor"] = "voltage-sensor";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-import-alexa",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Alexa device-import provider for CamStack — imports the smart-home devices in a user's Alexa account via the unofficial alexa-remote2 cookie/token client (the inverse of the Alexa exporter)",
5
5
  "keywords": [
6
6
  "camstack",