HAP icon indicating copy to clipboard operation
HAP copied to clipboard

Added public label to the HAP.Service

Open TheMisfit68 opened this issue 2 years ago • 2 comments

Helps to distinguish services of the same type that are part of the same accessory

TheMisfit68 avatar Sep 21 '23 18:09 TheMisfit68

Can you describe the use-case for this change?

Bouke avatar Mar 07 '24 20:03 Bouke

I have several custom Accessories that often have more than one service of a particular type, for instance, I have an accessory for my electric car that has two Switches associated with it, one to start charging and one to start the airconditioning. When I handle events in the delegate I needed to be able to differentiate between the two. It's also really handy for debugging purposes.

TheMisfit68 avatar Mar 09 '24 14:03 TheMisfit68