1
0
mirror of https://github.com/mjg59/python-broadlink.git synced 2024-11-22 07:00:12 +01:00

Update cover.py

This commit is contained in:
burjakremen 2020-11-09 22:29:04 +02:00 committed by GitHub
parent 4dbabc9674
commit 3cca9b2a9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,13 +59,13 @@ class dooya(device):
current = self.get_percentage()
self.stop()
class dooya_new(device):
"""Controls a Dooya curtain motor."""
class dt36b(device):
"""Controls a Dooya DT360E (type B)."""
def __init__(self, *args, **kwargs) -> None:
"""Initialize the controller."""
device.__init__(self, *args, **kwargs)
self.type = "Dooya DT360E(4F6E)"
self.type = "DT36B"
def _send(self, command: int, attribute: int = 0) -> int:
"""Send a packet to the device."""