diff --git a/app.json b/app.json index de2c1bf..d9ffa0b 100644 --- a/app.json +++ b/app.json @@ -163,7 +163,7 @@ { "id": "esp32_led", "type": "checkbox", - "value": true, + "value": false, "label": { "en": "ESP32 status LED" }, @@ -408,7 +408,7 @@ "label": { "en": "mmWave sensitivity" }, - "value": 5, + "value": 7, "min": 0, "max": 9, "hint": { @@ -421,7 +421,7 @@ "label": { "en": "mmWave distance" }, - "value": 3, + "value": 315, "min": 0, "max": 800, "step": 15, @@ -438,10 +438,10 @@ "label": { "en": "mmWave on latency" }, - "value": 3, + "value": 0, "min": 0, - "max": 60, - "step": 0.5, + "max": 2, + "step": 0.25, "units": { "en": "seconds" }, @@ -455,10 +455,10 @@ "label": { "en": "mmWave off latency" }, - "value": 3, + "value": 15, "min": 1, - "max": 60, - "step": 1, + "max": 600, + "step": 5, "units": { "en": "seconds" }, diff --git a/drivers/everything-presence-lite/driver.settings.compose.json b/drivers/everything-presence-lite/driver.settings.compose.json index 8310681..ff6a05d 100644 --- a/drivers/everything-presence-lite/driver.settings.compose.json +++ b/drivers/everything-presence-lite/driver.settings.compose.json @@ -48,7 +48,7 @@ { "id": "esp32_led", "type": "checkbox", - "value": true, + "value": false, "label": { "en": "ESP32 status LED" }, "hint": { "en": "Enable or disable the ESP32 status LED." } } diff --git a/drivers/everything-presence-one/driver.settings.compose.json b/drivers/everything-presence-one/driver.settings.compose.json index b83e3e2..4cc0f6e 100644 --- a/drivers/everything-presence-one/driver.settings.compose.json +++ b/drivers/everything-presence-one/driver.settings.compose.json @@ -71,7 +71,7 @@ "id": "mmwave_sensitivity", "type": "number", "label": { "en": "mmWave sensitivity" }, - "value": 5, + "value": 7, "min": 0, "max": 9, "hint": { @@ -82,7 +82,7 @@ "id": "mmwave_distance", "type": "number", "label": { "en": "mmWave distance" }, - "value": 3, + "value": 315, "min": 0, "max": 800, "step": 15, @@ -95,10 +95,10 @@ "id": "mmwave_on_latency", "type": "number", "label": { "en": "mmWave on latency" }, - "value": 3, + "value": 0, "min": 0, - "max": 60, - "step": 0.5, + "max": 2, + "step": 0.25, "units": { "en": "seconds" }, "hint": { "en": "Configure the on latency of the mmWave sensor. On latency sets for how long the object must be moving for, before it is considered as moving and thus triggering the sensor. This is important for accurate mmWave occupancy detection. See the Everything Presence One documentation for more information." @@ -108,10 +108,10 @@ "id": "mmwave_off_latency", "type": "number", "label": { "en": "mmWave off latency" }, - "value": 3, + "value": 15, "min": 1, - "max": 60, - "step": 1, + "max": 600, + "step": 5, "units": { "en": "seconds" }, "hint": { "en": "Configure the off latency of the mmWave sensor. Off latency sets for how long the object must be still, before it is considered as non-moving and thus resetting the sensor. This is important for accurate mmWave occupancy detection. See the Everything Presence One documentation for more information."