make members private

This commit is contained in:
technyon
2024-07-13 13:20:57 +02:00
parent a9dffc79b8
commit 39c55a730a
3 changed files with 4 additions and 6 deletions

View File

@@ -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;