From 36057a18f8b025df61c5b4d986892e792f226f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Wed, 7 May 2025 20:16:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=B7=BB=E5=8A=A0set=20info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/iflytop/gd/hardware/command/checker/SupportMethod.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/iflytop/gd/hardware/command/checker/SupportMethod.java b/src/main/java/com/iflytop/gd/hardware/command/checker/SupportMethod.java index fbdfaa5..f99fba7 100644 --- a/src/main/java/com/iflytop/gd/hardware/command/checker/SupportMethod.java +++ b/src/main/java/com/iflytop/gd/hardware/command/checker/SupportMethod.java @@ -4,7 +4,8 @@ public class SupportMethod { public enum CommandMethod { CMD_CONTROL("controlCmd"), CMD_CONTROL_MOTOR("controlMotorCmd"), - CMD_GET_INFO("getInfoCmd"); + CMD_GET_INFO("getInfoCmd"), + CMD_SET_INFO("setInfoCmd"); private final String cmdName; CommandMethod(String commandName) {