put under channel

This commit is contained in:
DTTerastar 2021-08-21 11:59:18 -04:00
parent c0c76ef0e1
commit 960b339f37
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ bool reportDevice(BleFingerprint *f)
serializeJson(doc, JSONmessageBuffer);
String publishTopic = CHANNEL + "/" + room;
String publishTopic2 = "devices/" + f->getId() + "/" + room;
String publishTopic2 = CHANNEL + "devices/" + f->getId() + "/" + room;
bool p1 = false, p2 = false;
for (int i = 0; i < 10; i++)