newAM / hisensetv

Python API to control Hisense brand TVs via their internal MQTT broker.
MIT License
37 stars 17 forks source link

Added some basic inputs #9

Closed JulianStremel closed 3 years ago

JulianStremel commented 3 years ago

i am by no stretch of the imagination a good programmer but i hope the additions can help some people.

Added Netflix/Amazon/YouTube support via --key (netflix/amazon/youtube) Added more Buttons (ok/play/pause/fast_forward/etc.) Added input selection via --key (source_1/source_2..../source_7)

JulianStremel commented 3 years ago

i added more keys and changed everything you highlighted , how can i commit these changes ?

newAM commented 3 years ago

i added more keys and changed everything you highlighted , how can i commit these changes ?

Should just be a standard git commit and git push (your repo, your branch).

Github has some tools to commit with the web interface, but I have never used that :fearful: