def blink_device_light(self, hostname, device, ident_fault, on): # type: (str, str, str, bool) -> OrchResult[List[str]] return self.api.blink_device_light( ident_fault, on, [DeviceLightLoc(hostname, device, device)])
def blink_device_light(self, hostname, device, ident_fault, on): # type: (str, str, str, bool) -> Completion return self.api.blink_device_light( ident_fault, on, [DeviceLightLoc(hostname, device, device)])