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