Add Simple Soil Sensor

This commit is contained in:
Tyeth Gundry 2025-07-11 14:51:26 +01:00
parent 1cfa44b57c
commit 849c004b1e

View file

@ -0,0 +1,15 @@
{
"displayName": "Simple Soil Sensor",
"published": false,
"vendor": "Adafruit",
"productURL": "https://www.adafruit.com/product/6362",
"autoSelectString": "A0",
"mode": "ANALOG",
"direction": "INPUT",
"defaultPeriod": 10,
"analogReadMode": "PIN_VALUE",
"selectReadMode": true,
"visualization": {
"type": "slider"
}
}