From 5612f583b865870d8e038fdde9f058cac26ed1b2 Mon Sep 17 00:00:00 2001 From: Kyle Schwarz Date: Tue, 7 Apr 2026 15:42:27 -0400 Subject: [PATCH] Fix get_serials name --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 8215ceb..7ee2823 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -277,7 +277,7 @@ private: unlockNetworks(args); } else if(command == "get_network_mutex_status") { getNetworkMutexStatus(args); - } else if(command == "get_devices") { + } else if(command == "get_serials") { getSerials(args); } else { LOGF(LOG_WARNING, "Unknown command '%s'\n", command.c_str());