qhue icon indicating copy to clipboard operation
qhue copied to clipboard

Readme additional hint for debug print

Open NicoHood opened this issue 7 years ago • 0 comments

I am using the following to easily debug my bridge messages. It could be worth to add this to the readme:

# Print bridge debug content
def bprint(*args, **kwargs):
    print(yaml.safe_dump(*args, **kwargs, indent=4))

Fits into this section: https://github.com/quentinsf/qhue#a-couple-of-hints

NicoHood avatar Dec 16 '17 06:12 NicoHood