Closed pslogic closed 6 years ago
@alexp2ad can you advise some troubleshooting tips?
@pslogic The ignorePauseResume
setting is a per-sensor setting, so for your config you'd set it like this:
{
"platform": "homebridge-plex-sensors.Plex",
"logSeenPlayersAndUsers": true,
"sensors": [
{
"name": "Media Playing",
"ignorePauseResume": true
}
]
},
Closing this issue, but feel free to re-open if you see the same issue.
thanks! 👍
here is the relevant snippet of my 'config.json'
when using the web client or PMP, the trigger clears even though
ignorePauseResume
is set totrue
and a video is pausedis anyone else experiencing this?