Initial commit
This commit is contained in:
12
data/config.json
Normal file
12
data/config.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"ssid": "Zingarata",
|
||||
"psk": "shlomoshekelson42",
|
||||
"mqtt_host": "192.168.13.2",
|
||||
"mqtt_user": "homeostasis",
|
||||
"mqtt_password": "8fbb169b0ca25ef66dfec6f1cbc6076e95960369",
|
||||
"mqtt_port": 1883,
|
||||
"mqtt_topic": "homeostasis/room",
|
||||
"device_id": "homeostasis",
|
||||
"sleep_time": 15,
|
||||
"connection_attempts": 120
|
||||
}
|
||||
12
data/example.json
Normal file
12
data/example.json
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user