Added led for signalling change

This commit is contained in:
Ard Kuijpers
2020-02-28 23:41:02 +01:00
parent f19bc85a86
commit b7c3e47e28
2 changed files with 86 additions and 29 deletions

View File

@@ -29,8 +29,8 @@ class MQTTHelper {
String getIdentifier() { return _identifier; }
String getTopic(String sensor) {
return _group + "/" + _identifier + "/" + sensor;
String getTopic(String node) {
return _group + "/" + _identifier + "/" + node;
}
void Configure(IPAddress server, uint16 port) {