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