6 lines
167 B
Text
6 lines
167 B
Text
|
secrets = {
|
||
|
'ssid': 'mySSID',
|
||
|
'password': 'myPassword',
|
||
|
'timezone': 'Europe/Berlin',
|
||
|
'influx_endpoint': 'http://example.com:8086/write?db=example_db'
|
||
|
}
|