t0mer / broadlinkmanager-docker

Broadlink Manager is a python based project that allows you to contorol your broadlink devices. Discover, Leran and send command in a very easy way
Apache License 2.0
261 stars 56 forks source link

sp4 and sp4b classes not found, discover call fails as a result #18

Open EdgarVerona opened 3 years ago

EdgarVerona commented 3 years ago

Not sure how they're supposed to be implemented, but I get an error when I call the /discover endpoint because they're not defined in init.py.

Removing the lines in get_devices() that refer to them and rebuilding/redeploying the image worked, though at the expense of losing those devices (which I personally didn't care about, but others might).