This commit is contained in:
2021-02-09 18:32:58 +01:00
parent 47f00b19f4
commit f8bec4b40f
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";
};
};