@camstack/addon-provider-dreame 0.1.4 → 0.1.5
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
|
@@ -4680,7 +4680,7 @@ function preprocess(fn, schema) {
|
|
|
4680
4680
|
});
|
|
4681
4681
|
}
|
|
4682
4682
|
//#endregion
|
|
4683
|
-
//#region ../types/dist/sleep-
|
|
4683
|
+
//#region ../types/dist/sleep-DVmKHFGi.mjs
|
|
4684
4684
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4685
4685
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4686
4686
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -6480,6 +6480,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
|
|
|
6480
6480
|
DeviceRole["HumiditySensor"] = "humidity-sensor";
|
|
6481
6481
|
DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
|
|
6482
6482
|
DeviceRole["PressureSensor"] = "pressure-sensor";
|
|
6483
|
+
/** Wind speed or direction (weather-station `wind-sensor` cap). */
|
|
6484
|
+
DeviceRole["WindSensor"] = "wind-sensor";
|
|
6485
|
+
/** Rain accumulation or rate (weather-station `rain-sensor` cap). */
|
|
6486
|
+
DeviceRole["RainSensor"] = "rain-sensor";
|
|
6487
|
+
/** UV index (weather-station `uv-sensor` cap). */
|
|
6488
|
+
DeviceRole["UvSensor"] = "uv-sensor";
|
|
6489
|
+
/** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
|
|
6490
|
+
* Distinct from AmbientLightSensor (lux). */
|
|
6491
|
+
DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
|
|
6492
|
+
/** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
|
|
6493
|
+
DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
|
|
6483
6494
|
DeviceRole["PowerSensor"] = "power-sensor";
|
|
6484
6495
|
DeviceRole["EnergySensor"] = "energy-sensor";
|
|
6485
6496
|
DeviceRole["VoltageSensor"] = "voltage-sensor";
|
package/dist/addon.mjs
CHANGED
|
@@ -4680,7 +4680,7 @@ function preprocess(fn, schema) {
|
|
|
4680
4680
|
});
|
|
4681
4681
|
}
|
|
4682
4682
|
//#endregion
|
|
4683
|
-
//#region ../types/dist/sleep-
|
|
4683
|
+
//#region ../types/dist/sleep-DVmKHFGi.mjs
|
|
4684
4684
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4685
4685
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4686
4686
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -6480,6 +6480,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
|
|
|
6480
6480
|
DeviceRole["HumiditySensor"] = "humidity-sensor";
|
|
6481
6481
|
DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
|
|
6482
6482
|
DeviceRole["PressureSensor"] = "pressure-sensor";
|
|
6483
|
+
/** Wind speed or direction (weather-station `wind-sensor` cap). */
|
|
6484
|
+
DeviceRole["WindSensor"] = "wind-sensor";
|
|
6485
|
+
/** Rain accumulation or rate (weather-station `rain-sensor` cap). */
|
|
6486
|
+
DeviceRole["RainSensor"] = "rain-sensor";
|
|
6487
|
+
/** UV index (weather-station `uv-sensor` cap). */
|
|
6488
|
+
DeviceRole["UvSensor"] = "uv-sensor";
|
|
6489
|
+
/** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
|
|
6490
|
+
* Distinct from AmbientLightSensor (lux). */
|
|
6491
|
+
DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
|
|
6492
|
+
/** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
|
|
6493
|
+
DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
|
|
6483
6494
|
DeviceRole["PowerSensor"] = "power-sensor";
|
|
6484
6495
|
DeviceRole["EnergySensor"] = "energy-sensor";
|
|
6485
6496
|
DeviceRole["VoltageSensor"] = "voltage-sensor";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-provider-dreame",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Dreame robot-vacuum / lawn-mower device-provider addon for CamStack — wraps the @apocaliss92/nodedreame Dreamehome cloud client",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|