@camstack/addon-export-hap 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.
@@ -4664,7 +4664,7 @@ function _instanceof(cls, params = {}) {
4664
4664
  return inst;
4665
4665
  }
4666
4666
  //#endregion
4667
- //#region ../types/dist/sleep-NOH4yRwj.mjs
4667
+ //#region ../types/dist/sleep-DVmKHFGi.mjs
4668
4668
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
4669
4669
  EventCategory["SystemBoot"] = "system.boot";
4670
4670
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -6464,6 +6464,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
6464
6464
  DeviceRole["HumiditySensor"] = "humidity-sensor";
6465
6465
  DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
6466
6466
  DeviceRole["PressureSensor"] = "pressure-sensor";
6467
+ /** Wind speed or direction (weather-station `wind-sensor` cap). */
6468
+ DeviceRole["WindSensor"] = "wind-sensor";
6469
+ /** Rain accumulation or rate (weather-station `rain-sensor` cap). */
6470
+ DeviceRole["RainSensor"] = "rain-sensor";
6471
+ /** UV index (weather-station `uv-sensor` cap). */
6472
+ DeviceRole["UvSensor"] = "uv-sensor";
6473
+ /** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
6474
+ * Distinct from AmbientLightSensor (lux). */
6475
+ DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
6476
+ /** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
6477
+ DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
6467
6478
  DeviceRole["PowerSensor"] = "power-sensor";
6468
6479
  DeviceRole["EnergySensor"] = "energy-sensor";
6469
6480
  DeviceRole["VoltageSensor"] = "voltage-sensor";
@@ -4639,7 +4639,7 @@ function _instanceof(cls, params = {}) {
4639
4639
  return inst;
4640
4640
  }
4641
4641
  //#endregion
4642
- //#region ../types/dist/sleep-NOH4yRwj.mjs
4642
+ //#region ../types/dist/sleep-DVmKHFGi.mjs
4643
4643
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
4644
4644
  EventCategory["SystemBoot"] = "system.boot";
4645
4645
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -6439,6 +6439,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
6439
6439
  DeviceRole["HumiditySensor"] = "humidity-sensor";
6440
6440
  DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
6441
6441
  DeviceRole["PressureSensor"] = "pressure-sensor";
6442
+ /** Wind speed or direction (weather-station `wind-sensor` cap). */
6443
+ DeviceRole["WindSensor"] = "wind-sensor";
6444
+ /** Rain accumulation or rate (weather-station `rain-sensor` cap). */
6445
+ DeviceRole["RainSensor"] = "rain-sensor";
6446
+ /** UV index (weather-station `uv-sensor` cap). */
6447
+ DeviceRole["UvSensor"] = "uv-sensor";
6448
+ /** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
6449
+ * Distinct from AmbientLightSensor (lux). */
6450
+ DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
6451
+ /** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
6452
+ DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
6442
6453
  DeviceRole["PowerSensor"] = "power-sensor";
6443
6454
  DeviceRole["EnergySensor"] = "energy-sensor";
6444
6455
  DeviceRole["VoltageSensor"] = "voltage-sensor";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-export-hap",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "HomeKit (HAP) bridge exporter for CamStack devices. Publishes a bridged accessory per exposed device — MotionSensor in this MVP; Camera/Doorbell/Switch/Light follow.",
5
5
  "keywords": [
6
6
  "camstack",