Simple Soil Sensor default period of 30s
This commit is contained in:
parent
bd3ad81f01
commit
b2778c4097
1 changed files with 2 additions and 2 deletions
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue