ESPHome 2025.5.2
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
climate_traits.cpp
Go to the documentation of this file.
1#include "climate_traits.h"
2
3namespace esphome {
4namespace climate {
5
9
13
14} // namespace climate
15} // namespace esphome
int8_t get_target_temperature_accuracy_decimals() const
int8_t get_current_temperature_accuracy_decimals() const
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7
int8_t step_to_accuracy_decimals(float step)
Derive accuracy in decimals from an increment step.
Definition helpers.cpp:446