eslavnov / pylips

Control Philips TVs (2015+) and Ambilight (+ Hue) through their reverse-engineered API (+ MQTT support!)
MIT License
342 stars 60 forks source link

fixed utf8 encoded payloads (ex. from fhem + mosquitto) #59

Closed popy2k14 closed 4 years ago

popy2k14 commented 4 years ago

fixes issue #58

eslavnov commented 4 years ago

Hey @popy2k14 , thanks for the PR!

I've tested it with my broker and it seems to be working fine! Could you please do the following so I can merge it:

  1. Fix a missing closing bracket in your line :)
  2. Change the version number in the top line to 1.1.1
  3. Please add the following to the changelog section of the README.md:

1.1.1 - 2020-02-20

Fixed

Thanks!

popy2k14 commented 4 years ago

@eslavnov thanks for testing on your side. Sorry for the oups, tested it on another machine and just pulled the code to change it on my second machine.

Anyway, did all the changes and corrected my oups.

Please merge.

thx a lot

eslavnov commented 4 years ago

Thanks a lot, @popy2k14 !