Добавил из родителя возможность отправки пакетов.

This commit is contained in:
Brokly
2022-05-26 15:44:50 +03:00
committed by GitHub
parent aceec8dce6
commit 801cd9dc32
3 changed files with 1275 additions and 533 deletions

View File

@@ -17,7 +17,7 @@ namespace aux_ac {
protected:
AirCon *ac_;
};
};
template <typename... Ts>
class AirConDisplayOnAction : public Action<Ts...>
@@ -59,7 +59,7 @@ namespace aux_ac {
bool static_{false};
std::function<std::vector<uint8_t>(Ts...)> data_func_{};
std::vector<uint8_t> data_static_{};
};
};
} // namespace aux_ac
} // namespace esphome