Is there anyway to cancel a poll request??
This doesn’t really tell us much.
Is this a custom driver? A custom app?
Something buit-in?
It looks like a driver .
It is custom?
Andy
Virtual Switch
Ok, that’s really helpful!
I’m trying to help you here.
I don’t know of any built in virtual switch which schedules a poll so therefore I have to guess that it’s a custom driver.
If it is then you can add:
unschedule(poll)
to the ‘updated’ section of the driver and remove the actual schedule command which put it there in the first place.
When you save the device it should remove the poll schedule.
Sorry for such little detail.
It’s a built in virtual driver that ifttt talks to. At first for reasons I don’t know it was a generic driver where I think I manually hit poll. I then changed it to a virtual switch.
So I just removed the device and added it back. Fixed my rules to tie into the new device.
No more errors.