Add Simple Soil Sensor
This commit is contained in:
parent
1cfa44b57c
commit
849c004b1e
1 changed files with 15 additions and 0 deletions
15
components/pin/simple_soil_sensor/definition.json
Normal file
15
components/pin/simple_soil_sensor/definition.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue