Merge pull request #267 from adafruit/simple-soil-sensor
Simple soil sensor
This commit is contained in:
commit
40bf0685ef
1 changed files with 16 additions and 0 deletions
16
components/pin/simple_soil_sensor/definition.json
Normal file
16
components/pin/simple_soil_sensor/definition.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue