initialize retry parameters on first start
This commit is contained in:
@@ -12,7 +12,7 @@ public:
|
||||
NukiWrapper(const std::string& deviceName, uint32_t id, BleScanner::Scanner* scanner, NetworkLock* network, Preferences* preferences);
|
||||
virtual ~NukiWrapper();
|
||||
|
||||
void initialize();
|
||||
void initialize(const bool& firstStart);
|
||||
void update();
|
||||
|
||||
void lock();
|
||||
|
||||
Reference in New Issue
Block a user