lprhodes / homebridge-apple-tv

Apple TV 4th & 5th gen plugin for homebridge: https://github.com/nfarina/homebridge
Apache License 2.0
105 stars 15 forks source link

Always get long press with simple command. #46

Open PatricioooAG opened 5 years ago

PatricioooAG commented 5 years ago

Hi. When I use a command with Homebridge-appletv is simulating a long press. Is not posible get simple press. ¿ any help ? thanks. ( Mac )

"platforms": [ { "platform":"AppleTV", "name":"Apple TV", "devices": [ { "id": "lounge", "name": "Lounge Apple TV", "credentials": "..." }

], "accessories": [ { "deviceID":"lounge", "name":"Salvapantalla", "enableAutoOff": true,

"command": [

{

  "command": "top_menu"
},

{

  "command": "menu"
}

] } ] } ]

therntier commented 5 years ago

I’m having the same issue. Homebeidge on MacOS.

Tangston311 commented 5 years ago

Same issue here - also MacOS

Tangston311 commented 5 years ago

I wound up reinstalling this on a Pi and didn't experience the same issue, so it looks like it's isolated to MacOS