Hello, I have had good success so far with getting an accessory setup. Initial values are displayed and controls sent from my iPhone are working. The thing I am now stuck on is how to notify that there was an update on the accessory? It does not seem like the home app polls for it at any regular interval so the values do not update on their own. I see there is a updateValueFromDeviceEnd() function which sounded promising, but that does not seem to cause any update on my iPhone. Is there a proper way to handle when the accessory has an updated value?
Hello, I have had good success so far with getting an accessory setup. Initial values are displayed and controls sent from my iPhone are working. The thing I am now stuck on is how to notify that there was an update on the accessory? It does not seem like the home app polls for it at any regular interval so the values do not update on their own. I see there is a updateValueFromDeviceEnd() function which sounded promising, but that does not seem to cause any update on my iPhone. Is there a proper way to handle when the accessory has an updated value?