initialer commit
This commit is contained in:
24
config.json
Normal file
24
config.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user