pry 2 年之前
父節點
當前提交
52c14dd2d9
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      HBLConsole.MORKS/Control_MORKS.cs

+ 1
- 0
HBLConsole.MORKS/Control_MORKS.cs 查看文件

@@ -168,6 +168,7 @@ namespace HBLConsole.MORKS
{
if (broadcast != null && broadcast is IOTCommandModel iOTCommand)
{
MessageLog.GetInstance.Show($"IOT 广播消息命令 {iOTCommand.deviceName} 设备命令 {iOTCommand.CommandName} 控制变量{iOTCommand.CommandValue.Keys.First()}{iOTCommand.CommandValue[iOTCommand.CommandValue.Keys.First()]}");
switch (iOTCommand.CommandName)
{
case 0://控制类


Loading…
取消
儲存