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/ClusterInfoMapping.java
+27-27
Original file line number
Diff line number
Diff line change
@@ -22752,7 +22752,7 @@ public void onError(Exception ex) {
22752
22752
}
22753
22753
22754
22754
22755
-
public static class DelegatedSampleManufacturerSpecificClusterClusterAddArgumentsResponseCallback implements ChipClusters.SampleManufacturerSpecificClusterCluster.AddArgumentsResponseCallback, DelegatedClusterCallback {
22755
+
public static class DelegatedSampleManufacturerSpecificClusterAddArgumentsResponseCallback implements ChipClusters.SampleManufacturerSpecificCluster.AddArgumentsResponseCallback, DelegatedClusterCallback {
22756
22756
private ClusterCommandCallback callback;
22757
22757
@Override
22758
22758
public void setCallbackDelegate(ClusterCommandCallback callback) {
@@ -22773,7 +22773,7 @@ public void onError(Exception error) {
22773
22773
callback.onFailure(error);
22774
22774
}
22775
22775
}
22776
-
public static class DelegatedSampleManufacturerSpecificClusterClusterGeneratedCommandListAttributeCallback implements ChipClusters.SampleManufacturerSpecificClusterCluster.GeneratedCommandListAttributeCallback, DelegatedClusterCallback {
22776
+
public static class DelegatedSampleManufacturerSpecificClusterGeneratedCommandListAttributeCallback implements ChipClusters.SampleManufacturerSpecificCluster.GeneratedCommandListAttributeCallback, DelegatedClusterCallback {
22777
22777
private ClusterCommandCallback callback;
22778
22778
@Override
22779
22779
public void setCallbackDelegate(ClusterCommandCallback callback) {
@@ -22794,7 +22794,7 @@ public void onError(Exception ex) {
22794
22794
}
22795
22795
}
22796
22796
22797
-
public static class DelegatedSampleManufacturerSpecificClusterClusterAcceptedCommandListAttributeCallback implements ChipClusters.SampleManufacturerSpecificClusterCluster.AcceptedCommandListAttributeCallback, DelegatedClusterCallback {
22797
+
public static class DelegatedSampleManufacturerSpecificClusterAcceptedCommandListAttributeCallback implements ChipClusters.SampleManufacturerSpecificCluster.AcceptedCommandListAttributeCallback, DelegatedClusterCallback {
22798
22798
private ClusterCommandCallback callback;
22799
22799
@Override
22800
22800
public void setCallbackDelegate(ClusterCommandCallback callback) {
@@ -22815,7 +22815,7 @@ public void onError(Exception ex) {
22815
22815
}
22816
22816
}
22817
22817
22818
-
public static class DelegatedSampleManufacturerSpecificClusterClusterEventListAttributeCallback implements ChipClusters.SampleManufacturerSpecificClusterCluster.EventListAttributeCallback, DelegatedClusterCallback {
22818
+
public static class DelegatedSampleManufacturerSpecificClusterEventListAttributeCallback implements ChipClusters.SampleManufacturerSpecificCluster.EventListAttributeCallback, DelegatedClusterCallback {
22819
22819
private ClusterCommandCallback callback;
22820
22820
@Override
22821
22821
public void setCallbackDelegate(ClusterCommandCallback callback) {
@@ -22836,7 +22836,7 @@ public void onError(Exception ex) {
22836
22836
}
22837
22837
}
22838
22838
22839
-
public static class DelegatedSampleManufacturerSpecificClusterClusterAttributeListAttributeCallback implements ChipClusters.SampleManufacturerSpecificClusterCluster.AttributeListAttributeCallback, DelegatedClusterCallback {
22839
+
public static class DelegatedSampleManufacturerSpecificClusterAttributeListAttributeCallback implements ChipClusters.SampleManufacturerSpecificCluster.AttributeListAttributeCallback, DelegatedClusterCallback {
22840
22840
private ClusterCommandCallback callback;
22841
22841
@Override
22842
22842
public void setCallbackDelegate(ClusterCommandCallback callback) {
@@ -23380,9 +23380,9 @@ public Map<String, ClusterInfo> initializeClusterMap() {
23380
23380
(ptr, endpointId) -> new ChipClusters.FaultInjectionCluster(ptr, endpointId), new HashMap<>());
0 commit comments