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

@@ -1081,8 +1081,6 @@ void NukiWrapper::onOfficialUpdateReceived(const char *topic, const char *value)
if(_network->_offAuthId > 0 || _network->_offCodeId > 0)
{
_network->_authFound = true;
if(_network->_offCodeId > 0) _network->_authId = _network->_offCodeId;
else _network->_authId = _network->_offAuthId;