Presence detection: If HA minor id 40004 is detected, use uuid as name
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user