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