Exemple #1
0
 def set_control_mode(self, control_mode):
     control_input = Input(control_mode, Parameter.ControlMode())
     return self._protocol.execute(Command(14, [control_input], []))
Exemple #2
0
 def get_control_mode(self):
     return self._protocol.execute(
         Command(155, [], [Output(Parameter.ControlMode())]))