@camstack/addon-matter-broker 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
@@ -4656,7 +4656,7 @@ function preprocess(fn, schema) {
4656
4656
  });
4657
4657
  }
4658
4658
  //#endregion
4659
- //#region ../types/dist/sleep-NOH4yRwj.mjs
4659
+ //#region ../types/dist/sleep-DVmKHFGi.mjs
4660
4660
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
4661
4661
  EventCategory["SystemBoot"] = "system.boot";
4662
4662
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -6456,6 +6456,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
6456
6456
  DeviceRole["HumiditySensor"] = "humidity-sensor";
6457
6457
  DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
6458
6458
  DeviceRole["PressureSensor"] = "pressure-sensor";
6459
+ /** Wind speed or direction (weather-station `wind-sensor` cap). */
6460
+ DeviceRole["WindSensor"] = "wind-sensor";
6461
+ /** Rain accumulation or rate (weather-station `rain-sensor` cap). */
6462
+ DeviceRole["RainSensor"] = "rain-sensor";
6463
+ /** UV index (weather-station `uv-sensor` cap). */
6464
+ DeviceRole["UvSensor"] = "uv-sensor";
6465
+ /** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
6466
+ * Distinct from AmbientLightSensor (lux). */
6467
+ DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
6468
+ /** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
6469
+ DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
6459
6470
  DeviceRole["PowerSensor"] = "power-sensor";
6460
6471
  DeviceRole["EnergySensor"] = "energy-sensor";
6461
6472
  DeviceRole["VoltageSensor"] = "voltage-sensor";
package/dist/addon.mjs CHANGED
@@ -4654,7 +4654,7 @@ function preprocess(fn, schema) {
4654
4654
  });
4655
4655
  }
4656
4656
  //#endregion
4657
- //#region ../types/dist/sleep-NOH4yRwj.mjs
4657
+ //#region ../types/dist/sleep-DVmKHFGi.mjs
4658
4658
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
4659
4659
  EventCategory["SystemBoot"] = "system.boot";
4660
4660
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -6454,6 +6454,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
6454
6454
  DeviceRole["HumiditySensor"] = "humidity-sensor";
6455
6455
  DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
6456
6456
  DeviceRole["PressureSensor"] = "pressure-sensor";
6457
+ /** Wind speed or direction (weather-station `wind-sensor` cap). */
6458
+ DeviceRole["WindSensor"] = "wind-sensor";
6459
+ /** Rain accumulation or rate (weather-station `rain-sensor` cap). */
6460
+ DeviceRole["RainSensor"] = "rain-sensor";
6461
+ /** UV index (weather-station `uv-sensor` cap). */
6462
+ DeviceRole["UvSensor"] = "uv-sensor";
6463
+ /** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
6464
+ * Distinct from AmbientLightSensor (lux). */
6465
+ DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
6466
+ /** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
6467
+ DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
6457
6468
  DeviceRole["PowerSensor"] = "power-sensor";
6458
6469
  DeviceRole["EnergySensor"] = "energy-sensor";
6459
6470
  DeviceRole["VoltageSensor"] = "voltage-sensor";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-matter-broker",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Matter broker addon for CamStack — owns a Matter fabric (commissioning + the long-lived controller) via the matter.js controller and brokers commissioned Matter nodes into CamStack",
5
5
  "keywords": [
6
6
  "camstack",