antonioparraga / braviarc

Python library for Sony Bravia TV remote control
MIT License
79 stars 41 forks source link

Added get_power_status() function #2

Closed laf closed 8 years ago

laf commented 8 years ago

Added a function so that you can check the power status of the device.

This is tested against a kd-43x8307c which is the only device I have. It's Android based and when you are running an App the get_playing_info() doesn't return any info.

antonioparraga commented 8 years ago

Cool!