Bouke / HAP

Swift implementation of the Homekit Accessory Protocol
https://boukehaarsma.nl/HAP/
MIT License
364 stars 50 forks source link

Dynamically add/remove services? #128

Open Bouke opened 3 years ago

Bouke commented 3 years ago

Thinking about https://github.com/Bouke/HAP/issues/125#issuecomment-754942560, made me realise that we currently allow adding/removing accessories dynamically from the bridge, but the same doesn't hold for services. Is this something that HAP supports, and if so: (how) should we?