From 22c666e683be3182673e1ba871bafabeb0269959 Mon Sep 17 00:00:00 2001 From: cdnninja Date: Mon, 16 Oct 2023 12:22:44 -0600 Subject: [PATCH] fix(config): Shenzhen Template Adjustments to align some of the elements of motion to https://www.manualslib.com/manual/1347623/Shenzhen-Nas-Pd02z.html?page=11#manual --- .../0x0258/templates/shenzhen_neo_template.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/config/config/devices/0x0258/templates/shenzhen_neo_template.json b/packages/config/config/devices/0x0258/templates/shenzhen_neo_template.json index ae8c0b98228b..b24dfb63b875 100644 --- a/packages/config/config/devices/0x0258/templates/shenzhen_neo_template.json +++ b/packages/config/config/devices/0x0258/templates/shenzhen_neo_template.json @@ -1,11 +1,11 @@ { "motion_sensitivity": { "label": "Motion Sensor: Sensitivity", - "description": "8 = highest; 255 = lowest", + "description": "1 = highest; 4 = lowest", "valueSize": 1, - "minValue": 8, - "maxValue": 255, - "defaultValue": 12, + "minValue": 1, + "maxValue": 4, + "defaultValue": 2, "unsigned": true }, "motion_on_off_duration": { @@ -45,9 +45,9 @@ "description": "Must be less than the On/Off Duration", "unit": "seconds", "valueSize": 1, - "minValue": 1, - "maxValue": 8, - "defaultValue": 8 + "minValue": 5, + "maxValue": 120, + "defaultValue": 10 }, "light_sensor_update_interval": { "label": "Light Sensor Update Interval", @@ -55,7 +55,7 @@ "valueSize": 2, "minValue": 60, "maxValue": 36000, - "defaultValue": 180, + "defaultValue": 600, "unsigned": true }, "low_brightness_sensor": {