Browse Source

no message

wzh 5 years ago
parent
commit
7be0eb9f74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/application/controllers/Lampcontrol.php

+ 1 - 1
api/application/controllers/Lampcontrol.php

@@ -829,7 +829,7 @@ class Lampcontrol extends Base_Controller {
             
             $sendData .= $word;
         }
-
+        set_log('set_battery_asy.txt',$sendData);
         $res = $this->send_cmd('10',$lampData['address'],$sendData);