refactor: small fixes

This commit is contained in:
Yurii
2024-02-20 15:27:51 +03:00
parent 1a03117257
commit a5d2b9fcfa
11 changed files with 61 additions and 59 deletions

View File

@@ -6,7 +6,7 @@ class HomeAssistantHelper {
public:
typedef std::function<void(const char*, bool)> PublishEventCallback;
HomeAssistantHelper() {}
HomeAssistantHelper() = default;
void setWriter() {
this->writer = nullptr;