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
* Remove RemovedOn attribute from ECOINFO cluster
* Restyled by autopep8
* Remove artifact that were only initially used to debug script locally
* Move attr IDs after RemovedOn removal
* Empty-Commit
---------
Co-authored-by: Restyled.io <commits@restyled.io>
Copy file name to clipboardexpand all lines: src/controller/java/generated/java/chip/devicecontroller/ClusterInfoMapping.java
-21
Original file line number
Diff line number
Diff line change
@@ -20222,27 +20222,6 @@ public void onError(Exception ex) {
20222
20222
}
20223
20223
}
20224
20224
20225
-
public static class DelegatedEcosystemInformationClusterRemovedOnAttributeCallback implements ChipClusters.EcosystemInformationCluster.RemovedOnAttributeCallback, DelegatedClusterCallback {
20226
-
private ClusterCommandCallback callback;
20227
-
@Override
20228
-
public void setCallbackDelegate(ClusterCommandCallback callback) {
20229
-
this.callback = callback;
20230
-
}
20231
-
20232
-
@Override
20233
-
public void onSuccess(@Nullable Long value) {
20234
-
Map<CommandResponseInfo, Object> responseValues = new LinkedHashMap<>();
20235
-
CommandResponseInfo commandResponseInfo = new CommandResponseInfo("value", "Long");
20236
-
responseValues.put(commandResponseInfo, value);
20237
-
callback.onSuccess(responseValues);
20238
-
}
20239
-
20240
-
@Override
20241
-
public void onError(Exception ex) {
20242
-
callback.onFailure(ex);
20243
-
}
20244
-
}
20245
-
20246
20225
public static class DelegatedEcosystemInformationClusterDeviceDirectoryAttributeCallback implements ChipClusters.EcosystemInformationCluster.DeviceDirectoryAttributeCallback, DelegatedClusterCallback {
Map<String, InteractionInfo> result = new LinkedHashMap<>();Map<String, CommandParameterInfo> readEcosystemInformationRemovedOnCommandParams = new LinkedHashMap<String, CommandParameterInfo>();
18682
-
InteractionInfo readEcosystemInformationRemovedOnAttributeInteractionInfo = new InteractionInfo(
Map<String, CommandParameterInfo> readEcosystemInformationDeviceDirectoryCommandParams = new LinkedHashMap<String, CommandParameterInfo>();
18681
+
Map<String, InteractionInfo> result = new LinkedHashMap<>();Map<String, CommandParameterInfo> readEcosystemInformationDeviceDirectoryCommandParams = new LinkedHashMap<String, CommandParameterInfo>();
18693
18682
InteractionInfo readEcosystemInformationDeviceDirectoryAttributeInteractionInfo = new InteractionInfo(
0 commit comments