You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems we are forced to call hap_char_update_val in the read callback of the HomeKitAccessory, even if we update that characteristic in the SetTemperature method.
Try to understand why and if it is necessary or not.
The text was updated successfully, but these errors were encountered:
I tried removing the hap_char_update_val but it seems that without an explicit update of the characteristic, nothing is send back to the reader. Weird...
It seems we are forced to call
hap_char_update_val
in theread
callback of the HomeKitAccessory, even if we update that characteristic in theSetTemperature
method.Try to understand why and if it is necessary or not.
The text was updated successfully, but these errors were encountered: