Example #1
0
 def load_airco_status(self):
     raise UnsupportedException()
Example #2
0
 def save_cooling_rtd10s(
         self, rtd10s):  # type: (List[Tuple[RTD10DTO, List[str]]]) -> None
     raise UnsupportedException()
Example #3
0
 def set_airco_status(self, thermostat_id, airco_on):
     raise UnsupportedException()
Example #4
0
 def load_cooling_rtd10s(self):  # type: () -> List[RTD10DTO]
     raise UnsupportedException()
Example #5
0
 def load_cooling_rtd10(self, rtd10_id):  # type: (int) -> RTD10DTO
     raise UnsupportedException()
Example #6
0
 def save_global_rtd10(
         self, rtd10):  # type: (Tuple[GlobalRTD10DTO, List[str]]) -> None
     raise UnsupportedException()
Example #7
0
 def load_global_rtd10(self):  # type: () -> GlobalRTD10DTO
     raise UnsupportedException()
Example #8
0
 def get_thermostat_modes(self):
     # type: () -> Dict[str,Any]
     raise UnsupportedException()