Presence detection: If HA minor id 40004 is detected, use uuid as name

This commit is contained in:
technyon
2024-01-03 12:35:30 +01:00
parent 8314a507fa
commit cb1e09106e
3 changed files with 4 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
struct PdDevice
{
char address[18] = {0};
char name[30] = {0};
char name[37] = {0};
unsigned long timestamp = 0;
int rssi = 0;
bool hasRssi = false;