You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[homekit] Sort optional characteristics before adding them to the service
So that they'll always be added in a consistent order. Otherwise we might
accidentally change the order (and thus the IID) of a characteristic, but
not actually detect that it's different and signal Home to reload accessory
structures.
Signed-off-by: Cody Cutrer <[email protected]>
Copy file name to clipboardexpand all lines: bundles/org.openhab.io.homekit/src/main/java/org/openhab/io/homekit/internal/accessories/AbstractHomekitAccessoryImpl.java
+14-13
Original file line number
Diff line number
Diff line change
@@ -242,19 +242,20 @@ public void addService(Service service) {
0 commit comments