@camstack/addon-mqtt-broker 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.
@@ -4673,7 +4673,7 @@ function _instanceof(cls, params = {}) {
4673
4673
  return inst;
4674
4674
  }
4675
4675
  //#endregion
4676
- //#region ../types/dist/sleep-NOH4yRwj.mjs
4676
+ //#region ../types/dist/sleep-DVmKHFGi.mjs
4677
4677
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
4678
4678
  EventCategory["SystemBoot"] = "system.boot";
4679
4679
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -6473,6 +6473,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
6473
6473
  DeviceRole["HumiditySensor"] = "humidity-sensor";
6474
6474
  DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
6475
6475
  DeviceRole["PressureSensor"] = "pressure-sensor";
6476
+ /** Wind speed or direction (weather-station `wind-sensor` cap). */
6477
+ DeviceRole["WindSensor"] = "wind-sensor";
6478
+ /** Rain accumulation or rate (weather-station `rain-sensor` cap). */
6479
+ DeviceRole["RainSensor"] = "rain-sensor";
6480
+ /** UV index (weather-station `uv-sensor` cap). */
6481
+ DeviceRole["UvSensor"] = "uv-sensor";
6482
+ /** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
6483
+ * Distinct from AmbientLightSensor (lux). */
6484
+ DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
6485
+ /** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
6486
+ DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
6476
6487
  DeviceRole["PowerSensor"] = "power-sensor";
6477
6488
  DeviceRole["EnergySensor"] = "energy-sensor";
6478
6489
  DeviceRole["VoltageSensor"] = "voltage-sensor";
@@ -4668,7 +4668,7 @@ function _instanceof(cls, params = {}) {
4668
4668
  return inst;
4669
4669
  }
4670
4670
  //#endregion
4671
- //#region ../types/dist/sleep-NOH4yRwj.mjs
4671
+ //#region ../types/dist/sleep-DVmKHFGi.mjs
4672
4672
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
4673
4673
  EventCategory["SystemBoot"] = "system.boot";
4674
4674
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -6468,6 +6468,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
6468
6468
  DeviceRole["HumiditySensor"] = "humidity-sensor";
6469
6469
  DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
6470
6470
  DeviceRole["PressureSensor"] = "pressure-sensor";
6471
+ /** Wind speed or direction (weather-station `wind-sensor` cap). */
6472
+ DeviceRole["WindSensor"] = "wind-sensor";
6473
+ /** Rain accumulation or rate (weather-station `rain-sensor` cap). */
6474
+ DeviceRole["RainSensor"] = "rain-sensor";
6475
+ /** UV index (weather-station `uv-sensor` cap). */
6476
+ DeviceRole["UvSensor"] = "uv-sensor";
6477
+ /** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
6478
+ * Distinct from AmbientLightSensor (lux). */
6479
+ DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
6480
+ /** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
6481
+ DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
6471
6482
  DeviceRole["PowerSensor"] = "power-sensor";
6472
6483
  DeviceRole["EnergySensor"] = "energy-sensor";
6473
6484
  DeviceRole["VoltageSensor"] = "voltage-sensor";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-mqtt-broker",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "MQTT broker registry addon for CamStack — manages external broker entries + an optional embedded aedes broker. Consumers spin up their own `mqtt.js` clients via the `mqtt-broker` cap.",
5
5
  "keywords": [
6
6
  "camstack",