瀏覽代碼

no message

MS-PDRLKVHCADMG\Administrator 5 年之前
父節點
當前提交
561e4773b6
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      api/application/helpers/function_helper.php

+ 1 - 0
api/application/helpers/function_helper.php

@@ -118,6 +118,7 @@ function lampMqttCmd($sendTopic,$backTopic,$sendData,$timeout = 5,$seq = ''){
         $true = $mqtt->proc();
         if (!empty($seq) && $true != 1){
             $res = unpack('H*', $true['msg']);
+            set_log('set_load',substr($res[1], 0,2));
             if (substr($res[1], 0,2) != strtolower($seq)) $true = 1;
         }
         if (time() - $t >= $timeout) {