cleanup presence data

This commit is contained in:
technyon
2022-04-05 22:43:12 +02:00
parent 9a13893c89
commit 2b68a51a23
2 changed files with 3 additions and 1 deletions

View File

@@ -46,6 +46,8 @@ void PresenceDetection::update()
}
}
_csv[_csvIndex-1] = 0x00;
_network->publishPresenceDetection(_csv);
}