DESKTOP-9JTA2JJ\HP hace 5 años
padre
commit
9a011f631b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 }