zen / python-blebox

Python API for Blebox smart devices
Apache License 2.0
2 stars 1 forks source link

please update pip.. curent version has wLightBoxSAPIdevice #2

Open UrbanskiDawid opened 5 years ago

UrbanskiDawid commented 5 years ago

from pyblebox.wlightboxs import wLightBoxS wlightboxs1 = wLightBoxS("192.168.1.116") wlightboxs1 <pyblebox.wlightboxs.wLightBoxS object at 0xb769186c> wlightboxs1.get_status() Traceback (most recent call last): File "", line 1, in File "/home/dawid/.local/lib/python3.6/site-packages/pyblebox/wlightboxs.py", line 52, in get_status '{}/{}/{}'.format(self.resource, wLightBoxSAPIdevice, 'state'), timeout=self.timeout) NameError: name 'wLightBoxSAPIdevice' is not defined

zen commented 5 years ago

Hi,

I'll take a look at this over the weekend