@camstack/addon-provider-wyze 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
|
@@ -4659,7 +4659,7 @@ function _instanceof(cls, params = {}) {
|
|
|
4659
4659
|
return inst;
|
|
4660
4660
|
}
|
|
4661
4661
|
//#endregion
|
|
4662
|
-
//#region ../types/dist/sleep-
|
|
4662
|
+
//#region ../types/dist/sleep-DVmKHFGi.mjs
|
|
4663
4663
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4664
4664
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4665
4665
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -6459,6 +6459,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
|
|
|
6459
6459
|
DeviceRole["HumiditySensor"] = "humidity-sensor";
|
|
6460
6460
|
DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
|
|
6461
6461
|
DeviceRole["PressureSensor"] = "pressure-sensor";
|
|
6462
|
+
/** Wind speed or direction (weather-station `wind-sensor` cap). */
|
|
6463
|
+
DeviceRole["WindSensor"] = "wind-sensor";
|
|
6464
|
+
/** Rain accumulation or rate (weather-station `rain-sensor` cap). */
|
|
6465
|
+
DeviceRole["RainSensor"] = "rain-sensor";
|
|
6466
|
+
/** UV index (weather-station `uv-sensor` cap). */
|
|
6467
|
+
DeviceRole["UvSensor"] = "uv-sensor";
|
|
6468
|
+
/** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
|
|
6469
|
+
* Distinct from AmbientLightSensor (lux). */
|
|
6470
|
+
DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
|
|
6471
|
+
/** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
|
|
6472
|
+
DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
|
|
6462
6473
|
DeviceRole["PowerSensor"] = "power-sensor";
|
|
6463
6474
|
DeviceRole["EnergySensor"] = "energy-sensor";
|
|
6464
6475
|
DeviceRole["VoltageSensor"] = "voltage-sensor";
|
package/dist/addon.mjs
CHANGED
|
@@ -4638,7 +4638,7 @@ function _instanceof(cls, params = {}) {
|
|
|
4638
4638
|
return inst;
|
|
4639
4639
|
}
|
|
4640
4640
|
//#endregion
|
|
4641
|
-
//#region ../types/dist/sleep-
|
|
4641
|
+
//#region ../types/dist/sleep-DVmKHFGi.mjs
|
|
4642
4642
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4643
4643
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4644
4644
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -6438,6 +6438,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
|
|
|
6438
6438
|
DeviceRole["HumiditySensor"] = "humidity-sensor";
|
|
6439
6439
|
DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
|
|
6440
6440
|
DeviceRole["PressureSensor"] = "pressure-sensor";
|
|
6441
|
+
/** Wind speed or direction (weather-station `wind-sensor` cap). */
|
|
6442
|
+
DeviceRole["WindSensor"] = "wind-sensor";
|
|
6443
|
+
/** Rain accumulation or rate (weather-station `rain-sensor` cap). */
|
|
6444
|
+
DeviceRole["RainSensor"] = "rain-sensor";
|
|
6445
|
+
/** UV index (weather-station `uv-sensor` cap). */
|
|
6446
|
+
DeviceRole["UvSensor"] = "uv-sensor";
|
|
6447
|
+
/** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
|
|
6448
|
+
* Distinct from AmbientLightSensor (lux). */
|
|
6449
|
+
DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
|
|
6450
|
+
/** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
|
|
6451
|
+
DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
|
|
6441
6452
|
DeviceRole["PowerSensor"] = "power-sensor";
|
|
6442
6453
|
DeviceRole["EnergySensor"] = "energy-sensor";
|
|
6443
6454
|
DeviceRole["VoltageSensor"] = "voltage-sensor";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-provider-wyze",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Wyze camera device-provider addon for CamStack — wraps the @apocaliss92/wyze-bridge-js P2P/DTLS client, feeding the stream-broker via the pull-rfc4571 lazy-publish path (a structural twin of addon-provider-reolink)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|