@camstack/addon-provider-onvif 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.
package/dist/addon.js CHANGED
@@ -4631,7 +4631,7 @@ function _instanceof(cls, params = {}) {
4631
4631
  return inst;
4632
4632
  }
4633
4633
  //#endregion
4634
- //#region ../types/dist/sleep-NOH4yRwj.mjs
4634
+ //#region ../types/dist/sleep-DVmKHFGi.mjs
4635
4635
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
4636
4636
  EventCategory["SystemBoot"] = "system.boot";
4637
4637
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -6431,6 +6431,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
6431
6431
  DeviceRole["HumiditySensor"] = "humidity-sensor";
6432
6432
  DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
6433
6433
  DeviceRole["PressureSensor"] = "pressure-sensor";
6434
+ /** Wind speed or direction (weather-station `wind-sensor` cap). */
6435
+ DeviceRole["WindSensor"] = "wind-sensor";
6436
+ /** Rain accumulation or rate (weather-station `rain-sensor` cap). */
6437
+ DeviceRole["RainSensor"] = "rain-sensor";
6438
+ /** UV index (weather-station `uv-sensor` cap). */
6439
+ DeviceRole["UvSensor"] = "uv-sensor";
6440
+ /** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
6441
+ * Distinct from AmbientLightSensor (lux). */
6442
+ DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
6443
+ /** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
6444
+ DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
6434
6445
  DeviceRole["PowerSensor"] = "power-sensor";
6435
6446
  DeviceRole["EnergySensor"] = "energy-sensor";
6436
6447
  DeviceRole["VoltageSensor"] = "voltage-sensor";
package/dist/addon.mjs CHANGED
@@ -4632,7 +4632,7 @@ function _instanceof(cls, params = {}) {
4632
4632
  return inst;
4633
4633
  }
4634
4634
  //#endregion
4635
- //#region ../types/dist/sleep-NOH4yRwj.mjs
4635
+ //#region ../types/dist/sleep-DVmKHFGi.mjs
4636
4636
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
4637
4637
  EventCategory["SystemBoot"] = "system.boot";
4638
4638
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -6432,6 +6432,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
6432
6432
  DeviceRole["HumiditySensor"] = "humidity-sensor";
6433
6433
  DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
6434
6434
  DeviceRole["PressureSensor"] = "pressure-sensor";
6435
+ /** Wind speed or direction (weather-station `wind-sensor` cap). */
6436
+ DeviceRole["WindSensor"] = "wind-sensor";
6437
+ /** Rain accumulation or rate (weather-station `rain-sensor` cap). */
6438
+ DeviceRole["RainSensor"] = "rain-sensor";
6439
+ /** UV index (weather-station `uv-sensor` cap). */
6440
+ DeviceRole["UvSensor"] = "uv-sensor";
6441
+ /** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
6442
+ * Distinct from AmbientLightSensor (lux). */
6443
+ DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
6444
+ /** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
6445
+ DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
6435
6446
  DeviceRole["PowerSensor"] = "power-sensor";
6436
6447
  DeviceRole["EnergySensor"] = "energy-sensor";
6437
6448
  DeviceRole["VoltageSensor"] = "voltage-sensor";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-provider-onvif",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "ONVIF camera device provider addon for CamStack",
5
5
  "keywords": [
6
6
  "camstack",