This commit is contained in:
Wolfgang Hottgenroth 2021-02-10 18:02:34 +01:00
parent 715802231c
commit 27551a0023

View File

@ -10,7 +10,9 @@ receivePort = 20169;
devices = ( devices = (
{ {
deviceId = "MainsCnt01"; deviceId = "MainsCnt01";
// sharedSecret must have exactly 31 characters
sharedSecret = "Uj6*uKDp@8Kvfa4g5eRMLUfVsSuqjxW"; sharedSecret = "Uj6*uKDp@8Kvfa4g5eRMLUfVsSuqjxW";
// location must neither contains spaces nor commas or any other URL-special characters
location = "Essen_DE"; location = "Essen_DE";
} }
); );