Remove retained MQTT messages when changing HASS config

This commit is contained in:
rodriguezst
2022-06-21 22:19:19 +00:00
committed by GitHub
parent 5d254d463b
commit 1b0402cfe7
9 changed files with 82 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ public:
void setPin(const uint16_t pin);
void unpair();
void disableHASS();
const NukiLock::KeyTurnerState& keyTurnerState();
const bool isPaired();