Update DEV_Blinker.h

This commit is contained in:
Gregg 2024-03-04 06:04:13 -06:00
parent 38e0b1efea
commit be893b0968
1 changed files with 0 additions and 7 deletions

View File

@ -87,10 +87,3 @@ struct DEV_Blinker : Service::LightBulb { // LED Blinker
}; };
////////////////////////////////// //////////////////////////////////
// HomeKit Bug Note: There is an apparent bug in HomeKit uncovered during the development of this example.
// If you have an Accessory with three or more Services, and the Accessory receives a notification message
// from the device, AND the HomeKit interface is open to show the detailed control for this Service tile
// in the HomeKit app, then for some reason HomeKit sends an update() request back to the device asking to
// set the Characteristic to the value that it just received from an Event Notification. HomeKit is not supposed
// to send update requests in response to an Event Notification.