Searched refs:get_current_temperature_max (Results 1 – 8 of 8) sorted by relevance
34 self._temperature_init = utils.get_current_temperature_max()44 self._temperature_cold = utils.get_current_temperature_max()97 current_temperature = utils.get_current_temperature_max()
110 def get_current_temperature_max(self): member in SystemFacadeNative114 return utils.get_current_temperature_max()
102 def get_current_temperature_max(self): member in SystemFacadeRemoteAdapter106 return self._system_proxy.get_current_temperature_max()
33 'Maximum': utils.get_current_temperature_max,
1735 temperature = get_current_temperature_max()1743 temperature = get_current_temperature_max()1750 temperature = get_current_temperature_max()1922 def get_current_temperature_max(): function
194 self._store_sample(self.system_facade.get_current_temperature_max())
189 def get_current_temperature_max(self): member in FakeSystemFacade
86 temperature = utils.get_current_temperature_max()