DESKTOP-9JTA2JJ\HP 5 anos atrás
pai
commit
9a011f631b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      api/application/helpers/function_helper.php

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

@@ -117,7 +117,7 @@ function lampMqttCmd($sendTopic,$backTopic,$sendData,$timeout = 5,$seq = ''){
         }
     }
     $mqtt->close();
-    $true['msg'] = substr($true['msg'], 2);
+    // $true['msg'] = substr($true['msg'], 2);
     return $true;
 }