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
Copy file name to clipboardexpand all lines: src/controller/java/generated/java/chip/devicecontroller/ChipClusters.java
+9-9
Original file line number
Diff line number
Diff line change
@@ -18618,11 +18618,11 @@ public long initWithDevice(long devicePtr, int endpointId) {
18618
18618
return 0L;
18619
18619
}
18620
18620
18621
-
public void registerClient(RegisterClientResponseCallback callback, Long checkInNodeID, Long monitoredSubject, Optional<Integer> clientType, byte[] key, Optional<byte[]> verificationKey) {
public void registerClient(RegisterClientResponseCallback callback, Long checkInNodeID, Long monitoredSubject, byte[] key, Optional<byte[]> verificationKey, Integer clientType) {
public void registerClient(RegisterClientResponseCallback callback, Long checkInNodeID, Long monitoredSubject, Optional<Integer> clientType, byte[] key, Optional<byte[]> verificationKey, int timedInvokeTimeoutMs) {
18625
+
public void registerClient(RegisterClientResponseCallback callback, Long checkInNodeID, Long monitoredSubject, byte[] key, Optional<byte[]> verificationKey, Integer clientType, int timedInvokeTimeoutMs) {
18626
18626
final long commandId = 0L;
18627
18627
18628
18628
ArrayList<StructElement> elements = new ArrayList<>();
@@ -18634,18 +18634,18 @@ public void registerClient(RegisterClientResponseCallback callback, Long checkIn
18634
18634
BaseTLVType monitoredSubjecttlvValue = new UIntType(monitoredSubject);
Copy file name to clipboardexpand all lines: src/controller/java/generated/java/chip/devicecontroller/cluster/eventstructs/AccessControlClusterAccessControlEntryChangedEvent.kt
0 commit comments