How to use the broadlink.__init__.device.__init__ function in broadlink

To help you get started, we’ve selected a few broadlink examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github mjg59 / python-broadlink / broadlink / __init__.py View on Github external
def __init__(self, host, mac, devtype):
        device.__init__(self, host, mac, devtype)
        self.type = "RM2"
github mjg59 / python-broadlink / broadlink / __init__.py View on Github external
def __init__(self, host, mac, devtype):
        device.__init__(self, host, mac, devtype)
        self.type = "MP1"
github mjg59 / python-broadlink / broadlink / __init__.py View on Github external
def __init__(self, host, mac, devtype):
        device.__init__(self, host, mac, devtype)
        self.type = "SP1"
github mjg59 / python-broadlink / broadlink / __init__.py View on Github external
def __init__(self, host, mac, devtype):
        device.__init__(self, host, mac, devtype)
        self.type = 'S1C'
github mjg59 / python-broadlink / broadlink / __init__.py View on Github external
def __init__(self, host, mac, devtype):
        device.__init__(self, host, mac, devtype)
        self.type = "A1"
github mjg59 / python-broadlink / broadlink / __init__.py View on Github external
def __init__(self):
        device.__init__(self, None, None, None)
github mjg59 / python-broadlink / broadlink / __init__.py View on Github external
def __init__(self, host, mac, devtype):
        device.__init__(self, host, mac, devtype)
        self.type = "Dooya DT360E"
github mjg59 / python-broadlink / broadlink / __init__.py View on Github external
def __init__(self, host, mac, devtype):
        device.__init__(self, host, mac, devtype)
        self.type = "Hysen heating controller"
github mjg59 / python-broadlink / broadlink / __init__.py View on Github external
def __init__(self, host, mac, devtype):
        device.__init__(self, host, mac, devtype)
        self.type = "SP2"