@camstack/addon-provider-gree 0.1.3 → 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
|
@@ -4645,7 +4645,7 @@ function preprocess(fn, schema) {
|
|
|
4645
4645
|
});
|
|
4646
4646
|
}
|
|
4647
4647
|
//#endregion
|
|
4648
|
-
//#region ../types/dist/sleep-
|
|
4648
|
+
//#region ../types/dist/sleep-DVmKHFGi.mjs
|
|
4649
4649
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4650
4650
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4651
4651
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -6445,6 +6445,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
|
|
|
6445
6445
|
DeviceRole["HumiditySensor"] = "humidity-sensor";
|
|
6446
6446
|
DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
|
|
6447
6447
|
DeviceRole["PressureSensor"] = "pressure-sensor";
|
|
6448
|
+
/** Wind speed or direction (weather-station `wind-sensor` cap). */
|
|
6449
|
+
DeviceRole["WindSensor"] = "wind-sensor";
|
|
6450
|
+
/** Rain accumulation or rate (weather-station `rain-sensor` cap). */
|
|
6451
|
+
DeviceRole["RainSensor"] = "rain-sensor";
|
|
6452
|
+
/** UV index (weather-station `uv-sensor` cap). */
|
|
6453
|
+
DeviceRole["UvSensor"] = "uv-sensor";
|
|
6454
|
+
/** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
|
|
6455
|
+
* Distinct from AmbientLightSensor (lux). */
|
|
6456
|
+
DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
|
|
6457
|
+
/** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
|
|
6458
|
+
DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
|
|
6448
6459
|
DeviceRole["PowerSensor"] = "power-sensor";
|
|
6449
6460
|
DeviceRole["EnergySensor"] = "energy-sensor";
|
|
6450
6461
|
DeviceRole["VoltageSensor"] = "voltage-sensor";
|
package/dist/addon.mjs
CHANGED
|
@@ -4644,7 +4644,7 @@ function preprocess(fn, schema) {
|
|
|
4644
4644
|
});
|
|
4645
4645
|
}
|
|
4646
4646
|
//#endregion
|
|
4647
|
-
//#region ../types/dist/sleep-
|
|
4647
|
+
//#region ../types/dist/sleep-DVmKHFGi.mjs
|
|
4648
4648
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4649
4649
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4650
4650
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -6444,6 +6444,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
|
|
|
6444
6444
|
DeviceRole["HumiditySensor"] = "humidity-sensor";
|
|
6445
6445
|
DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
|
|
6446
6446
|
DeviceRole["PressureSensor"] = "pressure-sensor";
|
|
6447
|
+
/** Wind speed or direction (weather-station `wind-sensor` cap). */
|
|
6448
|
+
DeviceRole["WindSensor"] = "wind-sensor";
|
|
6449
|
+
/** Rain accumulation or rate (weather-station `rain-sensor` cap). */
|
|
6450
|
+
DeviceRole["RainSensor"] = "rain-sensor";
|
|
6451
|
+
/** UV index (weather-station `uv-sensor` cap). */
|
|
6452
|
+
DeviceRole["UvSensor"] = "uv-sensor";
|
|
6453
|
+
/** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
|
|
6454
|
+
* Distinct from AmbientLightSensor (lux). */
|
|
6455
|
+
DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
|
|
6456
|
+
/** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
|
|
6457
|
+
DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
|
|
6447
6458
|
DeviceRole["PowerSensor"] = "power-sensor";
|
|
6448
6459
|
DeviceRole["EnergySensor"] = "energy-sensor";
|
|
6449
6460
|
DeviceRole["VoltageSensor"] = "voltage-sensor";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-provider-gree",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Gree air-conditioner device-provider addon for CamStack — wraps the @apocaliss92/nodegree local-UDP client (LAN discovery + AES control), exposing climate-control and fan-control",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|