I have been trying to add support for the new BPUP protocol that is part of BOND Home (ReDoc documentation). BOND is a device for controlling IR and RF devices with a really nice local API -- that makes it ideal for Hubitat in my mind. I have a fully working integration. However, I have to poll BOND to get device status. They implemented a UDP protocal that lets the device push data to Hubitat. Unfortunately, I only ever receive the first message because parse() is only called once after I use sendHubCommand() to send a UDP message. As a result, I have to use polling. Is there any possibility of this being added? I know I'm not the first to ask.
As a note @bond-jacob @bond-merck both actively monitor these forums so if there are questions for them about the protocol's requirements I'm sure they'd be happy to share.