寻车铃音频命令修改
This commit is contained in:
parent
312bfcd102
commit
8bf0ea436a
@ -31,7 +31,7 @@ public class CommandUtil {
|
||||
jsonNode.put("topic", topic);
|
||||
switch (code) {
|
||||
case CommandType.FIND_BIKE:
|
||||
String command_14 = "{\"c\":14,\"tid\":\"" + taskId + "\",\"param\":{\"volume\":50,\"idx\":5}}";
|
||||
String command_14 = "{\"c\":14,\"tid\":\"" + taskId + "\",\"param\":{\"volume\":50,\"idx\":8}}";
|
||||
ObjectNode objectNode_14 = mapper.readValue(command_14, ObjectNode.class);
|
||||
jsonNode.put("command", objectNode_14.toString());
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user