Merge pull request #267 from adafruit/simple-soil-sensor

Simple soil sensor
This commit is contained in:
Tyeth Gundry 2025-07-11 15:49:53 +01:00 committed by GitHub
commit 40bf0685ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,16 @@
{
"displayName": "Simple Soil Sensor",
"published": true,
"vendor": "Adafruit",
"description": "Resistive style soil moisture sensor, measuring the conductivity between the two prongs (Analog signal)",
"productURL": "https://www.adafruit.com/product/6362",
"autoSelectString": "JST",
"mode": "ANALOG",
"direction": "INPUT",
"defaultPeriod": 30,
"analogReadMode": "PIN_VALUE",
"selectReadMode": true,
"visualization": {
"type": "slider"
}
}