rpm_controller.py | 476 or through a hydra tunnel and call the underlying _change_state function 496 result = self._change_state(powerunit_info, self.NEW_STATE_OFF, ssh) 500 result = self._change_state(powerunit_info, self.NEW_STATE_ON, ssh) 503 result = self._change_state(powerunit_info, new_state, ssh) 511 def _change_state(self, powerunit_info, new_state, ssh): member in class:RPMController 938 def _change_state(self, powerunit_info, new_state, ssh): member in class:CiscoPOEController [all...] |