Now with sleep!

This commit is contained in:
2022-07-04 21:52:47 +02:00
parent a44f01b2ee
commit 3990149c53
4 changed files with 42 additions and 36 deletions

View File

@@ -46,6 +46,9 @@ class ExtronSerial(SerialDevice):
return response
def check_sleep(self) -> None:
res = self.send_command(C("PSAV"))
def sleep(self) -> None:
self.send_command(C("1PSAV"))