@camstack/addon-provider-rtsp 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
|
@@ -4642,7 +4642,7 @@ function preprocess(fn, schema) {
|
|
|
4642
4642
|
});
|
|
4643
4643
|
}
|
|
4644
4644
|
//#endregion
|
|
4645
|
-
//#region ../types/dist/sleep-
|
|
4645
|
+
//#region ../types/dist/sleep-DVmKHFGi.mjs
|
|
4646
4646
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4647
4647
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4648
4648
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -6442,6 +6442,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
|
|
|
6442
6442
|
DeviceRole["HumiditySensor"] = "humidity-sensor";
|
|
6443
6443
|
DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
|
|
6444
6444
|
DeviceRole["PressureSensor"] = "pressure-sensor";
|
|
6445
|
+
/** Wind speed or direction (weather-station `wind-sensor` cap). */
|
|
6446
|
+
DeviceRole["WindSensor"] = "wind-sensor";
|
|
6447
|
+
/** Rain accumulation or rate (weather-station `rain-sensor` cap). */
|
|
6448
|
+
DeviceRole["RainSensor"] = "rain-sensor";
|
|
6449
|
+
/** UV index (weather-station `uv-sensor` cap). */
|
|
6450
|
+
DeviceRole["UvSensor"] = "uv-sensor";
|
|
6451
|
+
/** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
|
|
6452
|
+
* Distinct from AmbientLightSensor (lux). */
|
|
6453
|
+
DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
|
|
6454
|
+
/** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
|
|
6455
|
+
DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
|
|
6445
6456
|
DeviceRole["PowerSensor"] = "power-sensor";
|
|
6446
6457
|
DeviceRole["EnergySensor"] = "energy-sensor";
|
|
6447
6458
|
DeviceRole["VoltageSensor"] = "voltage-sensor";
|
package/dist/addon.mjs
CHANGED
|
@@ -4641,7 +4641,7 @@ function preprocess(fn, schema) {
|
|
|
4641
4641
|
});
|
|
4642
4642
|
}
|
|
4643
4643
|
//#endregion
|
|
4644
|
-
//#region ../types/dist/sleep-
|
|
4644
|
+
//#region ../types/dist/sleep-DVmKHFGi.mjs
|
|
4645
4645
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4646
4646
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4647
4647
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -6441,6 +6441,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
|
|
|
6441
6441
|
DeviceRole["HumiditySensor"] = "humidity-sensor";
|
|
6442
6442
|
DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
|
|
6443
6443
|
DeviceRole["PressureSensor"] = "pressure-sensor";
|
|
6444
|
+
/** Wind speed or direction (weather-station `wind-sensor` cap). */
|
|
6445
|
+
DeviceRole["WindSensor"] = "wind-sensor";
|
|
6446
|
+
/** Rain accumulation or rate (weather-station `rain-sensor` cap). */
|
|
6447
|
+
DeviceRole["RainSensor"] = "rain-sensor";
|
|
6448
|
+
/** UV index (weather-station `uv-sensor` cap). */
|
|
6449
|
+
DeviceRole["UvSensor"] = "uv-sensor";
|
|
6450
|
+
/** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
|
|
6451
|
+
* Distinct from AmbientLightSensor (lux). */
|
|
6452
|
+
DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
|
|
6453
|
+
/** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
|
|
6454
|
+
DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
|
|
6444
6455
|
DeviceRole["PowerSensor"] = "power-sensor";
|
|
6445
6456
|
DeviceRole["EnergySensor"] = "energy-sensor";
|
|
6446
6457
|
DeviceRole["VoltageSensor"] = "voltage-sensor";
|