MS-PDRLKVHCADMG\Administrator 5 tahun lalu
induk
melakukan
2451c7978d
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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);