15 lines
272 B
INI
Raw Normal View History

2021-02-09 18:32:58 +01:00
influxUser = "";
influxPass = "";
influxServer = "127.0.0.1";
influxPort = 8086;
influxDatabase = "smarthome2";
influxMeasurement = "mainsfrequency";
2021-02-10 11:12:02 +01:00
receivePort = 20169;
2021-02-09 18:32:58 +01:00
devices = {
2021-02-09 19:17:14 +01:00
MainsCnt01 = {
sharedSecret = "Uj6*uKDp@8Kvfa4g5eRMLUfVsSuqjxW";
2021-02-09 18:32:58 +01:00
};
};