lukasroegner / homebridge-apple-tv-remote

Plugin for controlling Apple TVs in homebridge.
MIT License
131 stars 13 forks source link

[Feature Request] Add simple HTTP control commandsupport #61

Closed capdav closed 3 years ago

capdav commented 3 years ago

Hi,

First of all, thanks a lot for your great work! Finally a solution that I can use to control my ATV using HTTP requests. Unfortunately, my processor only support HTTP get request to send command. Do you think it possible to ask this feature?

Thanks

lukasroegner commented 3 years ago

Hi @capdav, I don't really want to add a GET endpoint for actions that control the Apple TV (REST principles). Which processor are you using?

capdav commented 3 years ago

Hi Lukas,

Thanks for your fast response

Indeed I understand, but my feature request is actually not correct (I renamed it) My processor (ProControl) only allows me to send pure http request. There is no REST support at all. So it’s simple http get where the command/control could be set as parameter.

flinke-flasche commented 3 years ago

I would also like to have HTTP control for my Home Cinema remote control.

lukasroegner commented 3 years ago

Latest version contains a simple HTTP GET endpoint to switch on/off and play/pause, see API - Send Commands (Simple) in the README.