mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 23:18:10 +01:00
This commit is contained in:
parent
f5c99d1647
commit
46310ff223
1 changed files with 2 additions and 0 deletions
|
@ -3848,6 +3848,7 @@ void ListEntitiesClimateResponse::dump_to(std::string &out) const {
|
|||
sprintf(buffer, "%g", this->visual_max_humidity);
|
||||
out.append(buffer);
|
||||
out.append("\n");
|
||||
out.append("}");
|
||||
}
|
||||
#endif
|
||||
bool ClimateStateResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
|
||||
|
@ -4015,6 +4016,7 @@ void ClimateStateResponse::dump_to(std::string &out) const {
|
|||
sprintf(buffer, "%g", this->target_humidity);
|
||||
out.append(buffer);
|
||||
out.append("\n");
|
||||
out.append("}");
|
||||
}
|
||||
#endif
|
||||
bool ClimateCommandRequest::decode_varint(uint32_t field_id, ProtoVarInt value) {
|
||||
|
|
Loading…
Reference in a new issue