This commit is contained in:
2021-02-09 18:32:58 +01:00
parent d86174fc93
commit b240f5b3e4
7 changed files with 147 additions and 147 deletions

12
sink/sink20169.cfg Normal file
View File

@ -0,0 +1,12 @@
influxUser = "";
influxPass = "";
influxServer = "127.0.0.1";
influxPort = 8086;
influxDatabase = "smarthome2";
influxMeasurement = "mainsfrequency";
devices = {
MainsCnt1 = {
sharedSecret = "strengGeheim";
};
};