@@ -36,6 +36,8 @@ class ExtronSerial(SerialDevice):
baudrate=9600
super().__init__(serial_port,baudrate,verbose)
self.prefix="Extron "
defsend_command(self,command:str)->str:
response=super().send_command(command)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.