소스 검색

no message

MS-PDRLKVHCADMG\Administrator 5 년 전
부모
커밋
2451c7978d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      api/application/controllers/Lampcontrol.php

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

@@ -685,6 +685,7 @@ class Lampcontrol extends Base_Controller {
                 $t = explode(':', $value);
                 $m = $t[0]*60+$t[1];
                 $m = round($m/10);
+                set_log('set_load_asy.txt',$m);
                 $word = substr('00'.base_convert($m, 10, 16), -2);
             }elseif ($key == 'load_current') {
                 $word = substr('0000'.base_convert(round($value/10), 10, 16), -4);