Searched refs:FunctionMode (Results 1 – 2 of 2) sorted by relevance
35 class FunctionMode: class in PowerShieldConf76 function_mode: str = FunctionMode.HIGH
268 def __set_func_mode(self, function_mode: str = PowerShieldConf.FunctionMode.HIGH):280 if function_mode not in vars(PowerShieldConf.FunctionMode).values():
Completed in 6 milliseconds