Fix logging for global_settings
It was logging wakeup_page, which is deprecated
This commit is contained in:
@@ -435,7 +435,6 @@ api:
|
|||||||
ESP_LOGV("service.global_settings", "embedded_climate: %i", (embedded_climate) ? 1 : 0);
|
ESP_LOGV("service.global_settings", "embedded_climate: %i", (embedded_climate) ? 1 : 0);
|
||||||
ESP_LOGV("service.global_settings", "embedded_indoor_temperature: %i", (embedded_indoor_temperature) ? 1 : 0);
|
ESP_LOGV("service.global_settings", "embedded_indoor_temperature: %i", (embedded_indoor_temperature) ? 1 : 0);
|
||||||
ESP_LOGV("service.global_settings", "temperature_unit_is_fahrenheit: %i", (temperature_unit_is_fahrenheit) ? 1 : 0);
|
ESP_LOGV("service.global_settings", "temperature_unit_is_fahrenheit: %i", (temperature_unit_is_fahrenheit) ? 1 : 0);
|
||||||
ESP_LOGV("service.global_settings", "wakeup_page: %i", wakeup_page);
|
|
||||||
ESP_LOGV("service.global_settings", "mui_please_confirm: %s", mui_please_confirm.c_str());
|
ESP_LOGV("service.global_settings", "mui_please_confirm: %s", mui_please_confirm.c_str());
|
||||||
|
|
||||||
// Blueprint version
|
// Blueprint version
|
||||||
|
|||||||
Reference in New Issue
Block a user