xandr2 / blynkapi

Simple python Blynk HTTP/HTTPS API wrapper.
MIT License
24 stars 11 forks source link

Call /get endpoint instead of /pin in get_val #2

Closed tomikaa87 closed 6 years ago

tomikaa87 commented 6 years ago

Hi,

Since the last modification of this script, the Blynk REST API has changed. The script must use /get instead of /pin to get the current value of a pin. The old endpoint is unusable and gives a HTTP 404 error.

xandr2 commented 6 years ago

Yes you a right, thank you. I've already checked https://blynkapi.docs.apiary.io/#reference/0/get-pin-value/get-pin-value documentation and merge request.