Files
momo/config.json
2025-06-09 13:18:00 +02:00

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
}