raman325 / pyvizio

Python client for Vizio SmartCast
MIT License
105 stars 29 forks source link

Query for power state #121

Closed strunker closed 3 years ago

strunker commented 3 years ago

Is there a simple way included in the library to query or get the power state of the TV? Did not see that mentioned in the sample\help doc. Thanks.

strunker commented 3 years ago

pyvizio --ip={ip:port} --device_type={device_type} --auth={auth_code} get-power-state

strunker commented 3 years ago

Just saw this. Guessing this is what I am after going to give this a try.