24 lines
361 B
JSON
24 lines
361 B
JSON
{
|
|
"rain_sensors": [
|
|
{
|
|
"name": "rain 1",
|
|
"pin": 0
|
|
}
|
|
],
|
|
|
|
"temp_sensors": [
|
|
{
|
|
"name": "temp 1",
|
|
"pin": 0
|
|
}
|
|
],
|
|
|
|
"wind_sensors": [
|
|
{
|
|
"name": "wind 1",
|
|
"pin": 0
|
|
}
|
|
],
|
|
"temp_threshold": 20,
|
|
"actuator_pin": 0
|
|
} |