Пример #1
0
 def get_temperature(self):
     """ Get's the temperature from sensors in the display. Returns a list of
     values, even if there is only one sensore builtin.
     """
     raise CommandNotImplementedError()
Пример #2
0
 def set_projector_lamp_modus(self, modus):
     raise CommandNotImplementedError()
Пример #3
0
 def command(self, command, data):
     raise CommandNotImplementedError()
Пример #4
0
 def set_projector_quick_cooling(self, modus):
     raise CommandNotImplementedError()
Пример #5
0
 def set_projector_autopower(self, modus):
     raise CommandNotImplementedError()
Пример #6
0
 def get_picture_aspect_ratio(self):
     raise CommandNotImplementedError()
Пример #7
0
 def set_projector_position(self, position):
     raise CommandNotImplementedError()
Пример #8
0
 def set_audio_volume_lower(self):
     raise CommandNotImplementedError()
Пример #9
0
 def set_picture_mode(self, mode):
     raise CommandNotImplementedError()
Пример #10
0
 def set_audio_mute_status(self, status):
     raise CommandNotImplementedError()
Пример #11
0
 def get_audio_volume(self):
     raise CommandNotImplementedError()
Пример #12
0
 def set_blank_status(self, status):
     raise CommandNotImplementedError()
Пример #13
0
 def set_freeze_status(self, status):
     raise CommandNotImplementedError()
Пример #14
0
 def get_operating_hours(self):
     """ Gets a value in hours how many operating hours the display has. """
     raise CommandNotImplementedError()
Пример #15
0
 def get_picture_color_temperature(self):
     raise CommandNotImplementedError()
Пример #16
0
 def get_picture_contrast(self):
     raise CommandNotImplementedError()
Пример #17
0
 def set_picture_color_temperature(self, modus):
     raise CommandNotImplementedError()
Пример #18
0
 def set_picture_contrast_higher(self):
     raise CommandNotImplementedError()
Пример #19
0
 def set_picture_aspect_ratio(self, modus):
     raise CommandNotImplementedError()
Пример #20
0
 def get_picture_brightness(self):
     raise CommandNotImplementedError()
Пример #21
0
 def get_projector_quick_cooling(self):
     raise CommandNotImplementedError()
Пример #22
0
 def set_picture_brightness_higher(self):
     raise CommandNotImplementedError()
Пример #23
0
 def get_projector_autopower(self):
     raise CommandNotImplementedError()
Пример #24
0
 def set_picture_color_lower(self):
     raise CommandNotImplementedError()
Пример #25
0
 def get_projector_lamp_hour(self):
     raise CommandNotImplementedError()
Пример #26
0
 def get_picture_sharpness(self):
     raise CommandNotImplementedError()
Пример #27
0
 def detect_displays(self):
     raise CommandNotImplementedError()
Пример #28
0
 def set_picture_sharpness_lower(self):
     raise CommandNotImplementedError()
Пример #29
0
 def assemble_runnable_command(self, command, data):
     raise CommandNotImplementedError()
Пример #30
0
 def get_modell_number(self):
     raise CommandNotImplementedError()