vshymanskyy / blynk-library-python

Blynk library for Python. Works with Python 2, Python 3, MicroPython.
https://blynk.io/
MIT License
281 stars 97 forks source link

Make it work with local blink servee #20

Closed cheak1974 closed 5 years ago

cheak1974 commented 5 years ago

Hi, I edited your source to make it connect to a local server. This works good. I can also set values but I am unable to retrieve values from the app.

Maybe I broke something. But connecting to a local instance should be possible as a standard. Also it would be nice to connect own callbacks. I don't like the decorator approach as this is not working when using blynk-python inside instances of my own classes.

vshymanskyy commented 5 years ago

Implemented in the master branch

vshymanskyy commented 5 years ago

v0.2.0 is released and available via pip: https://github.com/vshymanskyy/blynk-library-python/releases/latest