mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-17 15:25:35 +00:00
fix potential RSSI name collision
This commit is contained in:
@ -63,10 +63,11 @@ typedef enum {
|
||||
READONLYLOWMIDHIGH_SENSOR,
|
||||
// lx unit
|
||||
ILLUMINANCE_SENSOR,
|
||||
// dBm unit
|
||||
HASS_RSSI,
|
||||
|
||||
ENERGY_SENSOR,
|
||||
|
||||
HASS_RSSI,
|
||||
} ENTITY_TYPE;
|
||||
|
||||
//unique_id is defined in hass_populate_unique_id and is based on CFG_GetDeviceName() whose size is CGF_DEVICE_NAME_SIZE.
|
||||
|
||||
Reference in New Issue
Block a user