move methods from network classes into helper classes

This commit is contained in:
technyon
2025-10-06 19:22:44 +07:00
parent ed02f0162f
commit ce781f8f5b
8 changed files with 328 additions and 321 deletions

View File

@@ -67,10 +67,6 @@ private:
const bool comparePrefixedPath(const char* fullPath, const char* subPath);
void publishKeypadEntry(const String topic, NukiLock::KeypadEntry entry);
void buttonPressActionToString(const NukiLock::ButtonPressAction btnPressAction, char* str);
void motorSpeedToString(const NukiLock::MotorSpeed speed, char* str);
void homeKitStatusToString(const int hkstatus, char* str);
void fobActionToString(const int fobact, char* str);
void (*_officialUpdateReceivedCallback)(const char* path, const char* value) = nullptr;