diff --git a/Other Examples/ProgrammableHub/ProgrammableHub.ino b/Other Examples/ProgrammableHub/ProgrammableHub.ino index b7df732..fec8a48 100644 --- a/Other Examples/ProgrammableHub/ProgrammableHub.ino +++ b/Other Examples/ProgrammableHub/ProgrammableHub.ino @@ -32,7 +32,7 @@ // // // Demonstrates how to implement a Web Server alongside // // of HomeSpan to create a Programmable Hub serving up to // -// 24 Configurable Lights. Allows for dynamic changes // +// 12 Configurable Lights. Allows for dynamic changes // // to Accessories without needing to reboot // // // ////////////////////////////////////////////////////////////////// @@ -89,6 +89,7 @@ void setup() { new Service::AccessoryInformation(); new Characteristic::Identify(); new Characteristic::Model("HomeSpan Programmable Hub"); + new Characteristic::AccessoryFlags(); for(int i=0;i