iharosi / homebridge-plex-webhooks

Plex Webhooks Server plugin for Homebridge
GNU Affero General Public License v3.0
48 stars 5 forks source link

Specify event for each sensor #33

Open Sav3k opened 10 months ago

Sav3k commented 10 months ago

Is your feature request related to a problem? Please describe. I'd wish to have different brightness levels for stop / pause / credits. So for exmaple lights to 100% when i stop a movie, but only to 50% when i pause or the credits start.

Describe the solution you'd like Right now the events are located in the constants.js file, where it's already possible to add 'media.scrobble' to trigger credits playing as a pause event. If it would be possible to specify pause and play events for each sensor independently, you could have different scenes for different states of the movie.

Describe alternatives you've considered I tried to find ways to install the same plugin twice, which isn't that easy - best option right now is to install multiple instances of homebridge which seems like a subpar solution.

Gtjack9 commented 5 months ago

I’m also interested in this