Initial commit

This commit is contained in:
2025-04-15 01:51:07 +02:00
commit fb2879b129
16 changed files with 1088 additions and 0 deletions

12
data/example.json Normal file
View File

@@ -0,0 +1,12 @@
{
"ssid": "",
"psk": "",
"mqtt_host": "",
"mqtt_user": "",
"mqtt_password": "",
"mqtt_port": 1883,
"mqtt_topic": "",
"device_id": "",
"sleep_time": 30,
"connection_attempts": 60
}