Thanks for this wonderful library. I am trying to build a LightBulb accessory that can handle dimming. For some reason, I get an error in __init__ when I try to do
self.char_brightness = serv_light.configure_char('Brightness', value=100)
The error comes back
ValueError: Characteristic not found
(extremely simple full accessory file attached)
Any help MOST appreciated. This is driving me nuts! :)
HKPoolDial.txt