DESKTOP-9JTA2JJ\HP hace 5 años
padre
commit
e236456a29
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      api/application/controllers/Lampcontrol.php

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

@@ -599,6 +599,7 @@ class Lampcontrol extends Base_Controller {
         $data['lamp_id'] = $this->input->post('lamp_id',true);
         $data['clientid'] = $this->input->post('clientid',true);
         $data['version'] = $this->session->userdata('version');
+        $data['role'] = $this->input->post('role',true);
 
         // $data['light_voltage']         = $this->input->post('light_voltage',true);
         $data['intell_power']    = $this->input->post('intell_power',true);