Fix get_serials name

master
Kyle Schwarz 2026-04-07 15:42:27 -04:00
parent a15b71d970
commit 5612f583b8
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ private:
unlockNetworks(args); unlockNetworks(args);
} else if(command == "get_network_mutex_status") { } else if(command == "get_network_mutex_status") {
getNetworkMutexStatus(args); getNetworkMutexStatus(args);
} else if(command == "get_devices") { } else if(command == "get_serials") {
getSerials(args); getSerials(args);
} else { } else {
LOGF(LOG_WARNING, "Unknown command '%s'\n", command.c_str()); LOGF(LOG_WARNING, "Unknown command '%s'\n", command.c_str());