eslavnov / pylips

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

respect verbose setting on get/post methods (do not print results if … #80

Closed popy2k14 closed 3 years ago

popy2k14 commented 3 years ago

…verbose = False)

popy2k14 commented 3 years ago

Using pylips as a systemd services with polling intervall of 3 seconds produces a lot of log files. This reduces this.

eslavnov commented 3 years ago

I had to introduce a different approach since this one broke outputs of all get commands, so I am closing since one. Thanks for the idea and your efforts!

popy2k14 commented 3 years ago

Thx for your proper fix. Keep up the good work.