make members private
This commit is contained in:
@@ -83,9 +83,7 @@ public:
|
||||
uint32_t _authId = 0;
|
||||
unsigned long _offCommandExecutedTs = 0;
|
||||
NukiLock::LockAction _offCommand = (NukiLock::LockAction)0xff;
|
||||
char _nukiName[33];
|
||||
char _authName[33];
|
||||
bool _authFound = false;
|
||||
|
||||
|
||||
private:
|
||||
bool comparePrefixedPath(const char* fullPath, const char* subPath, bool offPath = false);
|
||||
@@ -118,6 +116,9 @@ private:
|
||||
uint8_t _queryCommands = 0;
|
||||
uint32_t _lastRollingLog = 0;
|
||||
|
||||
char _nukiName[33];
|
||||
char _authName[33];
|
||||
|
||||
char* _buffer;
|
||||
size_t _bufferSize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user