@camstack/addon-provider-reolink 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.
- package/dist/addon.js +12 -1
- package/dist/addon.mjs +12 -1
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -4655,7 +4655,7 @@ function _instanceof(cls, params = {}) {
|
|
|
4655
4655
|
return inst;
|
|
4656
4656
|
}
|
|
4657
4657
|
//#endregion
|
|
4658
|
-
//#region ../types/dist/sleep-
|
|
4658
|
+
//#region ../types/dist/sleep-DVmKHFGi.mjs
|
|
4659
4659
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4660
4660
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4661
4661
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -6455,6 +6455,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
|
|
|
6455
6455
|
DeviceRole["HumiditySensor"] = "humidity-sensor";
|
|
6456
6456
|
DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
|
|
6457
6457
|
DeviceRole["PressureSensor"] = "pressure-sensor";
|
|
6458
|
+
/** Wind speed or direction (weather-station `wind-sensor` cap). */
|
|
6459
|
+
DeviceRole["WindSensor"] = "wind-sensor";
|
|
6460
|
+
/** Rain accumulation or rate (weather-station `rain-sensor` cap). */
|
|
6461
|
+
DeviceRole["RainSensor"] = "rain-sensor";
|
|
6462
|
+
/** UV index (weather-station `uv-sensor` cap). */
|
|
6463
|
+
DeviceRole["UvSensor"] = "uv-sensor";
|
|
6464
|
+
/** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
|
|
6465
|
+
* Distinct from AmbientLightSensor (lux). */
|
|
6466
|
+
DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
|
|
6467
|
+
/** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
|
|
6468
|
+
DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
|
|
6458
6469
|
DeviceRole["PowerSensor"] = "power-sensor";
|
|
6459
6470
|
DeviceRole["EnergySensor"] = "energy-sensor";
|
|
6460
6471
|
DeviceRole["VoltageSensor"] = "voltage-sensor";
|
package/dist/addon.mjs
CHANGED
|
@@ -4650,7 +4650,7 @@ function _instanceof(cls, params = {}) {
|
|
|
4650
4650
|
return inst;
|
|
4651
4651
|
}
|
|
4652
4652
|
//#endregion
|
|
4653
|
-
//#region ../types/dist/sleep-
|
|
4653
|
+
//#region ../types/dist/sleep-DVmKHFGi.mjs
|
|
4654
4654
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4655
4655
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4656
4656
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -6450,6 +6450,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
|
|
|
6450
6450
|
DeviceRole["HumiditySensor"] = "humidity-sensor";
|
|
6451
6451
|
DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
|
|
6452
6452
|
DeviceRole["PressureSensor"] = "pressure-sensor";
|
|
6453
|
+
/** Wind speed or direction (weather-station `wind-sensor` cap). */
|
|
6454
|
+
DeviceRole["WindSensor"] = "wind-sensor";
|
|
6455
|
+
/** Rain accumulation or rate (weather-station `rain-sensor` cap). */
|
|
6456
|
+
DeviceRole["RainSensor"] = "rain-sensor";
|
|
6457
|
+
/** UV index (weather-station `uv-sensor` cap). */
|
|
6458
|
+
DeviceRole["UvSensor"] = "uv-sensor";
|
|
6459
|
+
/** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
|
|
6460
|
+
* Distinct from AmbientLightSensor (lux). */
|
|
6461
|
+
DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
|
|
6462
|
+
/** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
|
|
6463
|
+
DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
|
|
6453
6464
|
DeviceRole["PowerSensor"] = "power-sensor";
|
|
6454
6465
|
DeviceRole["EnergySensor"] = "energy-sensor";
|
|
6455
6466
|
DeviceRole["VoltageSensor"] = "voltage-sensor";
|