Revert "add temperature_step to logger"
This reverts commit 9c3b301aa0.
This commit is contained in:
@@ -96,9 +96,6 @@ script:
|
|||||||
} else if (key == "target_temp_low") {
|
} else if (key == "target_temp_low") {
|
||||||
ESP_LOGD(TAG, "set_target_temperature_low(%f)", (stof(value) / 10));
|
ESP_LOGD(TAG, "set_target_temperature_low(%f)", (stof(value) / 10));
|
||||||
call.set_target_temperature_low(stof(value) / 10);
|
call.set_target_temperature_low(stof(value) / 10);
|
||||||
} else if (key == "temperature_step") {
|
|
||||||
ESP_LOGD(TAG, "set_temperature_step(%f)", (stof(value) / 10));
|
|
||||||
call.set_temperature_step(stof(value) / 10);
|
|
||||||
} else if (key == "hvac_mode") {
|
} else if (key == "hvac_mode") {
|
||||||
ESP_LOGD(TAG, "hvac_mode(%s)", value.c_str());
|
ESP_LOGD(TAG, "hvac_mode(%s)", value.c_str());
|
||||||
call.set_mode(value);
|
call.set_mode(value);
|
||||||
|
|||||||
Reference in New Issue
Block a user