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://控制类


불러오는 중...
취소
저장