예제 #1
0
파일: handler.py 프로젝트: prostowww/pyghmi
 def get_sensor_descriptions(self):
     if self.is_fpc:
         return nextscale.get_sensor_descriptions()
     return ()
예제 #2
0
파일: handler.py 프로젝트: amaczuga/pyghmi
 def get_sensor_descriptions(self):
     if self.is_fpc:
         return nextscale.get_sensor_descriptions(self._fpc_variant)
     elif self.has_imm:
         return self.immhandler.get_oem_sensor_descriptions(self.ipmicmd)
     return ()
예제 #3
0
파일: handler.py 프로젝트: throbs/pyghmi
 def get_sensor_descriptions(self):
     if self.is_fpc:
         return nextscale.get_sensor_descriptions()
     return ()