Simple Soil Sensor default period of 30s

This commit is contained in:
Tyeth Gundry 2025-07-11 15:02:50 +01:00
parent bd3ad81f01
commit b2778c4097

View file

@ -4,10 +4,10 @@
"vendor": "Adafruit", "vendor": "Adafruit",
"description": "Resistive style soil moisture sensor, measuring the conductivity between the two prongs (Analog signal)", "description": "Resistive style soil moisture sensor, measuring the conductivity between the two prongs (Analog signal)",
"productURL": "https://www.adafruit.com/product/6362", "productURL": "https://www.adafruit.com/product/6362",
"autoSelectString": "A0", "autoSelectString": "JST",
"mode": "ANALOG", "mode": "ANALOG",
"direction": "INPUT", "direction": "INPUT",
"defaultPeriod": 10, "defaultPeriod": 30,
"analogReadMode": "PIN_VALUE", "analogReadMode": "PIN_VALUE",
"selectReadMode": true, "selectReadMode": true,
"visualization": { "visualization": {