initialer commit

This commit is contained in:
2025-06-09 13:18:00 +02:00
commit 0f8507284f
7 changed files with 158 additions and 0 deletions

24
config.json Normal file
View 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
}