mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-10 12:05:47 +00:00
link rssi
This commit is contained in:
@ -2084,6 +2084,14 @@ void doHomeAssistantDiscovery(const char* topic, http_request_t* request) {
|
||||
}
|
||||
}
|
||||
#endif
|
||||
if (1) {
|
||||
dev_info = hass_init_sensor_device_info(HASS_RSSI, 0, -1, -1, 1);
|
||||
MQTT_QueuePublish(topic, dev_info->channel, hass_build_discovery_json(dev_info), OBK_PUBLISH_FLAG_RETAIN);
|
||||
hass_free_device_info(dev_info);
|
||||
|
||||
discoveryQueued = true;
|
||||
|
||||
}
|
||||
if (discoveryQueued) {
|
||||
MQTT_InvokeCommandAtEnd(PublishChannels);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user