@camstack/addon-static-turn 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/static-turn.addon.js +12 -1
- package/dist/static-turn.addon.mjs +12 -1
- package/package.json +1 -1
|
@@ -4628,7 +4628,7 @@ function _instanceof(cls, params = {}) {
|
|
|
4628
4628
|
return inst;
|
|
4629
4629
|
}
|
|
4630
4630
|
//#endregion
|
|
4631
|
-
//#region ../types/dist/sleep-
|
|
4631
|
+
//#region ../types/dist/sleep-DVmKHFGi.mjs
|
|
4632
4632
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4633
4633
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4634
4634
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -6428,6 +6428,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
|
|
|
6428
6428
|
DeviceRole["HumiditySensor"] = "humidity-sensor";
|
|
6429
6429
|
DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
|
|
6430
6430
|
DeviceRole["PressureSensor"] = "pressure-sensor";
|
|
6431
|
+
/** Wind speed or direction (weather-station `wind-sensor` cap). */
|
|
6432
|
+
DeviceRole["WindSensor"] = "wind-sensor";
|
|
6433
|
+
/** Rain accumulation or rate (weather-station `rain-sensor` cap). */
|
|
6434
|
+
DeviceRole["RainSensor"] = "rain-sensor";
|
|
6435
|
+
/** UV index (weather-station `uv-sensor` cap). */
|
|
6436
|
+
DeviceRole["UvSensor"] = "uv-sensor";
|
|
6437
|
+
/** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
|
|
6438
|
+
* Distinct from AmbientLightSensor (lux). */
|
|
6439
|
+
DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
|
|
6440
|
+
/** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
|
|
6441
|
+
DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
|
|
6431
6442
|
DeviceRole["PowerSensor"] = "power-sensor";
|
|
6432
6443
|
DeviceRole["EnergySensor"] = "energy-sensor";
|
|
6433
6444
|
DeviceRole["VoltageSensor"] = "voltage-sensor";
|
|
@@ -4627,7 +4627,7 @@ function _instanceof(cls, params = {}) {
|
|
|
4627
4627
|
return inst;
|
|
4628
4628
|
}
|
|
4629
4629
|
//#endregion
|
|
4630
|
-
//#region ../types/dist/sleep-
|
|
4630
|
+
//#region ../types/dist/sleep-DVmKHFGi.mjs
|
|
4631
4631
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4632
4632
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4633
4633
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -6427,6 +6427,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
|
|
|
6427
6427
|
DeviceRole["HumiditySensor"] = "humidity-sensor";
|
|
6428
6428
|
DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
|
|
6429
6429
|
DeviceRole["PressureSensor"] = "pressure-sensor";
|
|
6430
|
+
/** Wind speed or direction (weather-station `wind-sensor` cap). */
|
|
6431
|
+
DeviceRole["WindSensor"] = "wind-sensor";
|
|
6432
|
+
/** Rain accumulation or rate (weather-station `rain-sensor` cap). */
|
|
6433
|
+
DeviceRole["RainSensor"] = "rain-sensor";
|
|
6434
|
+
/** UV index (weather-station `uv-sensor` cap). */
|
|
6435
|
+
DeviceRole["UvSensor"] = "uv-sensor";
|
|
6436
|
+
/** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
|
|
6437
|
+
* Distinct from AmbientLightSensor (lux). */
|
|
6438
|
+
DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
|
|
6439
|
+
/** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
|
|
6440
|
+
DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
|
|
6430
6441
|
DeviceRole["PowerSensor"] = "power-sensor";
|
|
6431
6442
|
DeviceRole["EnergySensor"] = "energy-sensor";
|
|
6432
6443
|
DeviceRole["VoltageSensor"] = "voltage-sensor";
|