We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c851e6 + 900c335 commit 40bf068Copy full SHA for 40bf068
components/pin/simple_soil_sensor/definition.json
@@ -0,0 +1,16 @@
1
+{
2
+ "displayName": "Simple Soil Sensor",
3
+ "published": true,
4
+ "vendor": "Adafruit",
5
+ "description": "Resistive style soil moisture sensor, measuring the conductivity between the two prongs (Analog signal)",
6
+ "productURL": "https://www.adafruit.com/product/6362",
7
+ "autoSelectString": "JST",
8
+ "mode": "ANALOG",
9
+ "direction": "INPUT",
10
+ "defaultPeriod": 30,
11
+ "analogReadMode": "PIN_VALUE",
12
+ "selectReadMode": true,
13
+ "visualization": {
14
+ "type": "slider"
15
+ }
16
+}
0 commit comments