mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
check selTemp, roomTemp visibility for climate creation
This commit is contained in:
@@ -242,7 +242,8 @@ class EMSdevice {
|
||||
|
||||
void read_command(const uint16_t type_id, uint8_t offset = 0, uint8_t length = 0);
|
||||
|
||||
void publish_value(void * value);
|
||||
bool is_visible(void * value_p);
|
||||
void publish_value(void * value_p);
|
||||
void publish_all_values();
|
||||
|
||||
void mqtt_ha_entity_config_create();
|
||||
|
||||
Reference in New Issue
Block a user