ESPHome 2025.12.0-dev
Loading...
Searching...
No Matches
climate_traits.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::climate::ClimateTraits
 

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  esphome::climate
 

Typedefs

using esphome::climate::ClimateModeMask = FiniteSetMask<ClimateMode, DefaultBitPolicy<ClimateMode, CLIMATE_MODE_AUTO + 1>>
 
using esphome::climate::ClimateFanModeMask = FiniteSetMask<ClimateFanMode, DefaultBitPolicy<ClimateFanMode, CLIMATE_FAN_QUIET + 1>>
 
using esphome::climate::ClimateSwingModeMask
 
using esphome::climate::ClimatePresetMask = FiniteSetMask<ClimatePreset, DefaultBitPolicy<ClimatePreset, CLIMATE_PRESET_ACTIVITY + 1>>
 

Functions

bool esphome::climate::vector_contains (const std::vector< const char * > &vec, const char *value)
 
const char * esphome::climate::vector_find (const std::vector< const char * > &vec, const char *value)