From be893b0968592fd7fafcc23f92df51626dba2664 Mon Sep 17 00:00:00 2001 From: Gregg Date: Mon, 4 Mar 2024 06:04:13 -0600 Subject: [PATCH] Update DEV_Blinker.h --- examples/14-EmulatedPushButtons/DEV_Blinker.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/examples/14-EmulatedPushButtons/DEV_Blinker.h b/examples/14-EmulatedPushButtons/DEV_Blinker.h index 29a9eb7..662304b 100644 --- a/examples/14-EmulatedPushButtons/DEV_Blinker.h +++ b/examples/14-EmulatedPushButtons/DEV_Blinker.h @@ -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.