Fix get_serials name

This commit is contained in:
Kyle Schwarz
2026-04-07 15:42:27 -04:00
parent a15b71d970
commit 5612f583b8
+1 -1
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());