hap-java / HAP-Java

Java implementation of the HomeKit Accessory Protocol
MIT License
153 stars 82 forks source link

keep subscriptions up to date when accessories are replaced #172

Closed ccutrer closed 1 year ago

ccutrer commented 1 year ago

but the connection is not torn down

also add the ability to modify accessories in a batch without having to regenerate all AIDs and IIDs (and other temporary data structures) at each intermediate step. You must use this mechanism if you plan on replacing an existing accessory with an equivalent one, but want to keep subscriptions intact.

ccutrer commented 1 year ago

ping @yfre : I believe I've addressed all of your comments

yfre commented 1 year ago

ping @yfre : I believe I've addressed all of your comments

@ccutrer thank you for the ping. Missed your last commit. :( Thank for the changes, it looks for me now