Is there any way to determine whether or not an accessory has an update available through the HomeKit API? I only need to make that determination and display it back to the user.
Post
Replies
Boosts
Views
Activity
Is there any way to use the HomeKit API to determine if an accessory has an update available? Nothing more needs to be done with the information other than finding out an update is needed and display that back to the user.
I have a number of devices being read in through an app I am developing. I would like to display the number of devices that are not responding or return isreachable = false. However, all devices including devices that I know for certain cannot be reachable are returning true. Is there a solution for this issue?