I've developed a MyQ plugin so that I can control the garage door. I'm trying to figure out if there is an event handler or property if a device is removed? I need this to kill a polling thread for the specific device.
Currently a user adds the device
The plugin starts the polling thread
If the user removes the device, the thread is still going unless restarting the service.