You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an event for ssdp:byebye? I have tried using 'remove:' but that doesn't appear to work for me. Is there a code sample somewhere? Any advice offered would be greatly appreciated.
This is a very useful library.
The text was updated successfully, but these errors were encountered:
You could try: upnp.on('remove:*', () => { console.info('<- byebye received') })
I can't see a way to see which device sent the byebye, though. If you need that, you can listen to 'ssdp:notify' instead, and filter for byebye messages in your listener.
See commands/notify.js for an example
Is there an event for ssdp:byebye? I have tried using 'remove:' but that doesn't appear to work for me. Is there a code sample somewhere? Any advice offered would be greatly appreciated.
This is a very useful library.
The text was updated successfully, but these errors were encountered: