From 219bef13282d38f853bb8eb611aa5a0834099ac0 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 24 May 2023 10:17:30 +0000 Subject: [PATCH] Restyled by whitespace --- .../chip/devicecontroller/ChipClusters.java | 228 ++-- .../devicecontroller/ChipEventStructs.java | 2 +- .../chip/devicecontroller/ChipStructs.java | 2 +- .../devicecontroller/ClusterInfoMapping.java | 1023 ++++++++--------- 4 files changed, 627 insertions(+), 628 deletions(-) diff --git a/src/controller/java/zap-generated/chip/devicecontroller/ChipClusters.java b/src/controller/java/zap-generated/chip/devicecontroller/ChipClusters.java index 4b6a5d2fc64fe6..cff0ef0bfb6517 100644 --- a/src/controller/java/zap-generated/chip/devicecontroller/ChipClusters.java +++ b/src/controller/java/zap-generated/chip/devicecontroller/ChipClusters.java @@ -105,7 +105,7 @@ public Optional getCommandTimeout() { public abstract long initWithDevice(long devicePtr, int endpointId); public native void deleteCluster(long chipClusterPtr); - + @SuppressWarnings("deprecation") protected void finalize() throws Throwable { super.finalize(); @@ -398,7 +398,7 @@ public void removeAllGroups(DefaultClusterCallback callback } public void removeAllGroups(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { removeAllGroups(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -426,32 +426,32 @@ private native void removeGroup(long chipClusterPtr, RemoveGroupResponseCallback , Integer groupID , @Nullable Integer timedInvokeTimeoutMs); private native void removeAllGroups(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void addGroupIfIdentifying(long chipClusterPtr, DefaultClusterCallback Callback , Integer groupID, String groupName , @Nullable Integer timedInvokeTimeoutMs); public interface AddGroupResponseCallback { void onSuccess(Integer status, Integer groupID); - + void onError(Exception error); } public interface ViewGroupResponseCallback { void onSuccess(Integer status, Integer groupID, String groupName); - + void onError(Exception error); } public interface GetGroupMembershipResponseCallback { void onSuccess(@Nullable Integer capacity, ArrayList groupList); - + void onError(Exception error); } public interface RemoveGroupResponseCallback { void onSuccess(Integer status, Integer groupID); - + void onError(Exception error); } @@ -720,37 +720,37 @@ private native void getSceneMembership(long chipClusterPtr, GetSceneMembershipRe , @Nullable Integer timedInvokeTimeoutMs); public interface AddSceneResponseCallback { void onSuccess(Integer status, Integer groupID, Integer sceneID); - + void onError(Exception error); } public interface ViewSceneResponseCallback { void onSuccess(Integer status, Integer groupID, Integer sceneID, Optional transitionTime, Optional sceneName, Optional> extensionFieldSets); - + void onError(Exception error); } public interface RemoveSceneResponseCallback { void onSuccess(Integer status, Integer groupID, Integer sceneID); - + void onError(Exception error); } public interface RemoveAllScenesResponseCallback { void onSuccess(Integer status, Integer groupID); - + void onError(Exception error); } public interface StoreSceneResponseCallback { void onSuccess(Integer status, Integer groupID, Integer sceneID); - + void onError(Exception error); } public interface GetSceneMembershipResponseCallback { void onSuccess(Integer status, @Nullable Integer capacity, Integer groupID, Optional> sceneList); - + void onError(Exception error); } @@ -1026,7 +1026,7 @@ public void off(DefaultClusterCallback callback } public void off(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { off(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -1037,7 +1037,7 @@ public void on(DefaultClusterCallback callback } public void on(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { on(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -1048,7 +1048,7 @@ public void toggle(DefaultClusterCallback callback } public void toggle(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { toggle(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -1070,7 +1070,7 @@ public void onWithRecallGlobalScene(DefaultClusterCallback callback } public void onWithRecallGlobalScene(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { onWithRecallGlobalScene(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -1086,19 +1086,19 @@ public void onWithTimedOff(DefaultClusterCallback callback onWithTimedOff(chipClusterPtr, callback, onOffControl, onTime, offWaitTime, timedInvokeTimeoutMs); } private native void off(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void on(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void toggle(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void offWithEffect(long chipClusterPtr, DefaultClusterCallback Callback , Integer effectIdentifier, Integer effectVariant , @Nullable Integer timedInvokeTimeoutMs); private native void onWithRecallGlobalScene(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void onWithTimedOff(long chipClusterPtr, DefaultClusterCallback Callback , Integer onOffControl, Integer onTime, Integer offWaitTime @@ -4206,13 +4206,13 @@ private native void notifyUpdateApplied(long chipClusterPtr, DefaultClusterCallb , @Nullable Integer timedInvokeTimeoutMs); public interface QueryImageResponseCallback { void onSuccess(Integer status, Optional delayedActionTime, Optional imageURI, Optional softwareVersion, Optional softwareVersionString, Optional updateToken, Optional userConsentNeeded, Optional metadataForRequestor); - + void onError(Exception error); } public interface ApplyUpdateResponseCallback { void onSuccess(Integer action, Long delayedActionTime); - + void onError(Exception error); } @@ -6204,7 +6204,7 @@ public void commissioningComplete(CommissioningCompleteResponseCallback callback } public void commissioningComplete(CommissioningCompleteResponseCallback callback - + , int timedInvokeTimeoutMs) { commissioningComplete(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -6215,23 +6215,23 @@ private native void setRegulatoryConfig(long chipClusterPtr, SetRegulatoryConfig , Integer newRegulatoryConfig, String countryCode, Long breadcrumb , @Nullable Integer timedInvokeTimeoutMs); private native void commissioningComplete(long chipClusterPtr, CommissioningCompleteResponseCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); public interface ArmFailSafeResponseCallback { void onSuccess(Integer errorCode, String debugText); - + void onError(Exception error); } public interface SetRegulatoryConfigResponseCallback { void onSuccess(Integer errorCode, String debugText); - + void onError(Exception error); } public interface CommissioningCompleteResponseCallback { void onSuccess(Integer errorCode, String debugText); - + void onError(Exception error); } @@ -6552,19 +6552,19 @@ private native void reorderNetwork(long chipClusterPtr, NetworkConfigResponseCal , @Nullable Integer timedInvokeTimeoutMs); public interface ScanNetworksResponseCallback { void onSuccess(Integer networkingStatus, Optional debugText, Optional> wiFiScanResults, Optional> threadScanResults); - + void onError(Exception error); } public interface NetworkConfigResponseCallback { void onSuccess(Integer networkingStatus, Optional debugText, Optional networkIndex); - + void onError(Exception error); } public interface ConnectNetworkResponseCallback { void onSuccess(Integer networkingStatus, Optional debugText, @Nullable Long errorValue); - + void onError(Exception error); } @@ -6911,7 +6911,7 @@ private native void retrieveLogsRequest(long chipClusterPtr, RetrieveLogsRespons , @Nullable Integer timedInvokeTimeoutMs); public interface RetrieveLogsResponseCallback { void onSuccess(Integer status, byte[] logContent, Optional UTCTimeStamp, Optional timeSinceBoot); - + void onError(Exception error); } @@ -7419,12 +7419,12 @@ public void resetWatermarks(DefaultClusterCallback callback } public void resetWatermarks(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { resetWatermarks(chipClusterPtr, callback, timedInvokeTimeoutMs); } private native void resetWatermarks(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); public interface ThreadMetricsAttributeCallback { @@ -7660,12 +7660,12 @@ public void resetCounts(DefaultClusterCallback callback } public void resetCounts(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { resetCounts(chipClusterPtr, callback, timedInvokeTimeoutMs); } private native void resetCounts(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); public interface ChannelAttributeCallback { @@ -9069,12 +9069,12 @@ public void resetCounts(DefaultClusterCallback callback } public void resetCounts(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { resetCounts(chipClusterPtr, callback, timedInvokeTimeoutMs); } private native void resetCounts(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); public interface BssidAttributeCallback { @@ -9541,12 +9541,12 @@ public void resetCounts(DefaultClusterCallback callback } public void resetCounts(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { resetCounts(chipClusterPtr, callback, timedInvokeTimeoutMs); } private native void resetCounts(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); public interface PHYRateAttributeCallback { @@ -10540,7 +10540,7 @@ public void openBasicCommissioningWindow(DefaultClusterCallback callback public void revokeCommissioning(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { revokeCommissioning(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -10551,7 +10551,7 @@ private native void openBasicCommissioningWindow(long chipClusterPtr, DefaultClu , Integer commissioningTimeout , @Nullable Integer timedInvokeTimeoutMs); private native void revokeCommissioning(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); public interface AdminFabricIndexAttributeCallback { @@ -10880,25 +10880,25 @@ private native void addTrustedRootCertificate(long chipClusterPtr, DefaultCluste , @Nullable Integer timedInvokeTimeoutMs); public interface AttestationResponseCallback { void onSuccess(byte[] attestationElements, byte[] attestationSignature); - + void onError(Exception error); } public interface CertificateChainResponseCallback { void onSuccess(byte[] certificate); - + void onError(Exception error); } public interface CSRResponseCallback { void onSuccess(byte[] NOCSRElements, byte[] attestationSignature); - + void onError(Exception error); } public interface NOCResponseCallback { void onSuccess(Integer statusCode, Optional fabricIndex, Optional debugText); - + void onError(Exception error); } @@ -11235,13 +11235,13 @@ private native void keySetReadAllIndices(long chipClusterPtr, KeySetReadAllIndic , @Nullable Integer timedInvokeTimeoutMs); public interface KeySetReadResponseCallback { void onSuccess(ChipStructs.GroupKeyManagementClusterGroupKeySetStruct groupKeySet); - + void onError(Exception error); } public interface KeySetReadAllIndicesResponseCallback { void onSuccess(ArrayList groupKeySetIDs); - + void onError(Exception error); } @@ -12538,37 +12538,37 @@ private native void clearCredential(long chipClusterPtr, DefaultClusterCallback , @Nullable Integer timedInvokeTimeoutMs); public interface GetWeekDayScheduleResponseCallback { void onSuccess(Integer weekDayIndex, Integer userIndex, Integer status, Optional daysMask, Optional startHour, Optional startMinute, Optional endHour, Optional endMinute); - + void onError(Exception error); } public interface GetYearDayScheduleResponseCallback { void onSuccess(Integer yearDayIndex, Integer userIndex, Integer status, Optional localStartTime, Optional localEndTime); - + void onError(Exception error); } public interface GetHolidayScheduleResponseCallback { void onSuccess(Integer holidayIndex, Integer status, Optional localStartTime, Optional localEndTime, Optional operatingMode); - + void onError(Exception error); } public interface GetUserResponseCallback { void onSuccess(Integer userIndex, @Nullable String userName, @Nullable Long userUniqueID, @Nullable Integer userStatus, @Nullable Integer userType, @Nullable Integer credentialRule, @Nullable ArrayList credentials, @Nullable Integer creatorFabricIndex, @Nullable Integer lastModifiedFabricIndex, @Nullable Integer nextUserIndex); - + void onError(Exception error); } public interface SetCredentialResponseCallback { void onSuccess(Integer status, @Nullable Integer userIndex, @Nullable Integer nextCredentialIndex); - + void onError(Exception error); } public interface GetCredentialStatusResponseCallback { void onSuccess(Boolean credentialExists, @Nullable Integer userIndex, @Nullable Integer creatorFabricIndex, @Nullable Integer lastModifiedFabricIndex, @Nullable Integer nextCredentialIndex); - + void onError(Exception error); } @@ -13581,7 +13581,7 @@ public void upOrOpen(DefaultClusterCallback callback } public void upOrOpen(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { upOrOpen(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -13592,7 +13592,7 @@ public void downOrClose(DefaultClusterCallback callback } public void downOrClose(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { downOrClose(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -13603,7 +13603,7 @@ public void stopMotion(DefaultClusterCallback callback } public void stopMotion(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { stopMotion(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -13652,13 +13652,13 @@ public void goToTiltPercentage(DefaultClusterCallback callback goToTiltPercentage(chipClusterPtr, callback, tiltPercent100thsValue, timedInvokeTimeoutMs); } private native void upOrOpen(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void downOrClose(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void stopMotion(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void goToLiftValue(long chipClusterPtr, DefaultClusterCallback Callback , Integer liftValue @@ -14303,7 +14303,7 @@ public void barrierControlStop(DefaultClusterCallback callback } public void barrierControlStop(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { barrierControlStop(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -14311,7 +14311,7 @@ private native void barrierControlGoToPercent(long chipClusterPtr, DefaultCluste , Integer percentOpen , @Nullable Integer timedInvokeTimeoutMs); private native void barrierControlStop(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); public interface GeneratedCommandListAttributeCallback { @@ -15452,7 +15452,7 @@ public void clearWeeklySchedule(DefaultClusterCallback callback } public void clearWeeklySchedule(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { clearWeeklySchedule(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -15466,11 +15466,11 @@ private native void getWeeklySchedule(long chipClusterPtr, GetWeeklyScheduleResp , Integer daysToReturn, Integer modeToReturn , @Nullable Integer timedInvokeTimeoutMs); private native void clearWeeklySchedule(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); public interface GetWeeklyScheduleResponseCallback { void onSuccess(Integer numberOfTransitionsForSequence, Integer dayOfWeekForSequence, Integer modeForSequence, ArrayList transitions); - + void onError(Exception error); } @@ -21580,7 +21580,7 @@ private native void skipChannel(long chipClusterPtr, DefaultClusterCallback Call , @Nullable Integer timedInvokeTimeoutMs); public interface ChangeChannelResponseCallback { void onSuccess(Integer status, Optional data); - + void onError(Exception error); } @@ -21770,7 +21770,7 @@ private native void navigateTarget(long chipClusterPtr, NavigateTargetResponseCa , @Nullable Integer timedInvokeTimeoutMs); public interface NavigateTargetResponseCallback { void onSuccess(Integer status, Optional data); - + void onError(Exception error); } @@ -21970,7 +21970,7 @@ public void play(PlaybackResponseCallback callback } public void play(PlaybackResponseCallback callback - + , int timedInvokeTimeoutMs) { play(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -21981,7 +21981,7 @@ public void pause(PlaybackResponseCallback callback } public void pause(PlaybackResponseCallback callback - + , int timedInvokeTimeoutMs) { pause(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -21992,7 +21992,7 @@ public void stop(PlaybackResponseCallback callback } public void stop(PlaybackResponseCallback callback - + , int timedInvokeTimeoutMs) { stop(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -22003,7 +22003,7 @@ public void startOver(PlaybackResponseCallback callback } public void startOver(PlaybackResponseCallback callback - + , int timedInvokeTimeoutMs) { startOver(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -22014,7 +22014,7 @@ public void previous(PlaybackResponseCallback callback } public void previous(PlaybackResponseCallback callback - + , int timedInvokeTimeoutMs) { previous(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -22025,7 +22025,7 @@ public void next(PlaybackResponseCallback callback } public void next(PlaybackResponseCallback callback - + , int timedInvokeTimeoutMs) { next(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -22036,7 +22036,7 @@ public void rewind(PlaybackResponseCallback callback } public void rewind(PlaybackResponseCallback callback - + , int timedInvokeTimeoutMs) { rewind(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -22047,7 +22047,7 @@ public void fastForward(PlaybackResponseCallback callback } public void fastForward(PlaybackResponseCallback callback - + , int timedInvokeTimeoutMs) { fastForward(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -22085,28 +22085,28 @@ public void seek(PlaybackResponseCallback callback seek(chipClusterPtr, callback, position, timedInvokeTimeoutMs); } private native void play(long chipClusterPtr, PlaybackResponseCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void pause(long chipClusterPtr, PlaybackResponseCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void stop(long chipClusterPtr, PlaybackResponseCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void startOver(long chipClusterPtr, PlaybackResponseCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void previous(long chipClusterPtr, PlaybackResponseCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void next(long chipClusterPtr, PlaybackResponseCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void rewind(long chipClusterPtr, PlaybackResponseCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void fastForward(long chipClusterPtr, PlaybackResponseCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void skipForward(long chipClusterPtr, PlaybackResponseCallback Callback , Long deltaPositionMilliseconds @@ -22119,7 +22119,7 @@ private native void seek(long chipClusterPtr, PlaybackResponseCallback Callback , @Nullable Integer timedInvokeTimeoutMs); public interface PlaybackResponseCallback { void onSuccess(Integer status, Optional data); - + void onError(Exception error); } @@ -22421,7 +22421,7 @@ public void showInputStatus(DefaultClusterCallback callback } public void showInputStatus(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { showInputStatus(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -22432,7 +22432,7 @@ public void hideInputStatus(DefaultClusterCallback callback } public void hideInputStatus(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { hideInputStatus(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -22451,10 +22451,10 @@ private native void selectInput(long chipClusterPtr, DefaultClusterCallback Call , Integer index , @Nullable Integer timedInvokeTimeoutMs); private native void showInputStatus(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void hideInputStatus(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void renameInput(long chipClusterPtr, DefaultClusterCallback Callback , Integer index, String name @@ -22655,12 +22655,12 @@ public void sleep(DefaultClusterCallback callback } public void sleep(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { sleep(chipClusterPtr, callback, timedInvokeTimeoutMs); } private native void sleep(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); public interface GeneratedCommandListAttributeCallback { @@ -22824,7 +22824,7 @@ private native void sendKey(long chipClusterPtr, SendKeyResponseCallback Callbac , @Nullable Integer timedInvokeTimeoutMs); public interface SendKeyResponseCallback { void onSuccess(Integer status); - + void onError(Exception error); } @@ -23004,7 +23004,7 @@ private native void launchURL(long chipClusterPtr, LauncherResponseCallback Call , @Nullable Integer timedInvokeTimeoutMs); public interface LauncherResponseCallback { void onSuccess(Integer status, Optional data); - + void onError(Exception error); } @@ -23467,7 +23467,7 @@ private native void hideApp(long chipClusterPtr, LauncherResponseCallback Callba , @Nullable Integer timedInvokeTimeoutMs); public interface LauncherResponseCallback { void onSuccess(Integer status, Optional data); - + void onError(Exception error); } @@ -23942,7 +23942,7 @@ public void login(DefaultClusterCallback callback public void logout(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { logout(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -23953,11 +23953,11 @@ private native void login(long chipClusterPtr, DefaultClusterCallback Callback , String tempAccountIdentifier, String setupPIN , @Nullable Integer timedInvokeTimeoutMs); private native void logout(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); public interface GetSetupPINResponseCallback { void onSuccess(String setupPIN); - + void onError(Exception error); } @@ -27019,7 +27019,7 @@ public void test(DefaultClusterCallback callback } public void test(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { test(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -27030,7 +27030,7 @@ public void testNotHandled(DefaultClusterCallback callback } public void testNotHandled(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { testNotHandled(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -27041,7 +27041,7 @@ public void testSpecific(TestSpecificResponseCallback callback } public void testSpecific(TestSpecificResponseCallback callback - + , int timedInvokeTimeoutMs) { testSpecific(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -27052,7 +27052,7 @@ public void testUnknownCommand(DefaultClusterCallback callback } public void testUnknownCommand(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { testUnknownCommand(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -27180,7 +27180,7 @@ public void simpleStructEchoRequest(SimpleStructResponseCallback callback public void timedInvokeRequest(DefaultClusterCallback callback - + , int timedInvokeTimeoutMs) { timedInvokeRequest(chipClusterPtr, callback, timedInvokeTimeoutMs); } @@ -27207,16 +27207,16 @@ public void testEmitTestEventRequest(TestEmitTestEventResponseCallback callback testEmitTestEventRequest(chipClusterPtr, callback, arg1, arg2, arg3, timedInvokeTimeoutMs); } private native void test(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void testNotHandled(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void testSpecific(long chipClusterPtr, TestSpecificResponseCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void testUnknownCommand(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void testAddArguments(long chipClusterPtr, TestAddArgumentsResponseCallback Callback , Integer arg1, Integer arg2 @@ -27252,7 +27252,7 @@ private native void simpleStructEchoRequest(long chipClusterPtr, SimpleStructRes , ChipStructs.UnitTestingClusterSimpleStruct arg1 , @Nullable Integer timedInvokeTimeoutMs); private native void timedInvokeRequest(long chipClusterPtr, DefaultClusterCallback Callback - + , @Nullable Integer timedInvokeTimeoutMs); private native void testSimpleOptionalArgumentRequest(long chipClusterPtr, DefaultClusterCallback Callback , Optional arg1 @@ -27262,49 +27262,49 @@ private native void testEmitTestEventRequest(long chipClusterPtr, TestEmitTestEv , @Nullable Integer timedInvokeTimeoutMs); public interface TestSpecificResponseCallback { void onSuccess(Integer returnValue); - + void onError(Exception error); } public interface TestAddArgumentsResponseCallback { void onSuccess(Integer returnValue); - + void onError(Exception error); } public interface TestListInt8UReverseResponseCallback { void onSuccess(ArrayList arg1); - + void onError(Exception error); } public interface TestEnumsResponseCallback { void onSuccess(Integer arg1, Integer arg2); - + void onError(Exception error); } public interface TestNullableOptionalResponseCallback { void onSuccess(Boolean wasPresent, Optional wasNull, Optional value, @Nullable Optional originalValue); - + void onError(Exception error); } public interface BooleanResponseCallback { void onSuccess(Boolean value); - + void onError(Exception error); } public interface SimpleStructResponseCallback { void onSuccess(ChipStructs.UnitTestingClusterSimpleStruct arg1); - + void onError(Exception error); } public interface TestEmitTestEventResponseCallback { void onSuccess(Long value); - + void onError(Exception error); } diff --git a/src/controller/java/zap-generated/chip/devicecontroller/ChipEventStructs.java b/src/controller/java/zap-generated/chip/devicecontroller/ChipEventStructs.java index 6df7fa94597826..91069e14088ccb 100644 --- a/src/controller/java/zap-generated/chip/devicecontroller/ChipEventStructs.java +++ b/src/controller/java/zap-generated/chip/devicecontroller/ChipEventStructs.java @@ -1488,4 +1488,4 @@ public String toString() { } } -} \ No newline at end of file +} diff --git a/src/controller/java/zap-generated/chip/devicecontroller/ChipStructs.java b/src/controller/java/zap-generated/chip/devicecontroller/ChipStructs.java index 383b9fea2ea749..7358fc883ef317 100644 --- a/src/controller/java/zap-generated/chip/devicecontroller/ChipStructs.java +++ b/src/controller/java/zap-generated/chip/devicecontroller/ChipStructs.java @@ -2316,4 +2316,4 @@ public String toString() { } } -} \ No newline at end of file +} diff --git a/src/controller/java/zap-generated/chip/devicecontroller/ClusterInfoMapping.java b/src/controller/java/zap-generated/chip/devicecontroller/ClusterInfoMapping.java index 5db0e97a251b48..749cb7dfe49d62 100644 --- a/src/controller/java/zap-generated/chip/devicecontroller/ClusterInfoMapping.java +++ b/src/controller/java/zap-generated/chip/devicecontroller/ClusterInfoMapping.java @@ -352,7 +352,7 @@ public void onSuccess(@Nullable Integer Capacity, ArrayList GroupList) Map responseValues = new LinkedHashMap<>(); CommandResponseInfo CapacityResponseValue = new CommandResponseInfo("Capacity", "Integer"); responseValues.put(CapacityResponseValue, Capacity); - // GroupList: /* TYPE WARNING: array array defaults to */ uint8_t * + // GroupList: /* TYPE WARNING: array array defaults to */ uint8_t * // Conversion from this type to Java is not properly implemented yet callback.onSuccess(responseValues); } @@ -508,7 +508,7 @@ public void onSuccess(Integer Status, Integer GroupID, Integer SceneID, Optional responseValues.put(TransitionTimeResponseValue, TransitionTime); CommandResponseInfo SceneNameResponseValue = new CommandResponseInfo("SceneName", "Optional"); responseValues.put(SceneNameResponseValue, SceneName); - // ExtensionFieldSets: /* TYPE WARNING: array array defaults to */ uint8_t * + // ExtensionFieldSets: /* TYPE WARNING: array array defaults to */ uint8_t * // Conversion from this type to Java is not properly implemented yet callback.onSuccess(responseValues); } @@ -608,7 +608,7 @@ public void onSuccess(Integer Status, @Nullable Integer Capacity, Integer GroupI responseValues.put(CapacityResponseValue, Capacity); CommandResponseInfo GroupIDResponseValue = new CommandResponseInfo("GroupID", "Integer"); responseValues.put(GroupIDResponseValue, GroupID); - // SceneList: /* TYPE WARNING: array array defaults to */ uint8_t * + // SceneList: /* TYPE WARNING: array array defaults to */ uint8_t * // Conversion from this type to Java is not properly implemented yet callback.onSuccess(responseValues); } @@ -2773,9 +2773,9 @@ public void onSuccess(Integer NetworkingStatus, Optional DebugText, Opti responseValues.put(NetworkingStatusResponseValue, NetworkingStatus); CommandResponseInfo DebugTextResponseValue = new CommandResponseInfo("DebugText", "Optional"); responseValues.put(DebugTextResponseValue, DebugText); - // WiFiScanResults: /* TYPE WARNING: array array defaults to */ uint8_t * + // WiFiScanResults: /* TYPE WARNING: array array defaults to */ uint8_t * // Conversion from this type to Java is not properly implemented yet - // ThreadScanResults: /* TYPE WARNING: array array defaults to */ uint8_t * + // ThreadScanResults: /* TYPE WARNING: array array defaults to */ uint8_t * // Conversion from this type to Java is not properly implemented yet callback.onSuccess(responseValues); } @@ -4745,7 +4745,7 @@ public void setCallbackDelegate(ClusterCommandCallback callback) { @Override public void onSuccess(ArrayList GroupKeySetIDs) { Map responseValues = new LinkedHashMap<>(); - // GroupKeySetIDs: /* TYPE WARNING: array array defaults to */ uint8_t * + // GroupKeySetIDs: /* TYPE WARNING: array array defaults to */ uint8_t * // Conversion from this type to Java is not properly implemented yet callback.onSuccess(responseValues); } @@ -5408,7 +5408,7 @@ public void onSuccess(Integer UserIndex, @Nullable String UserName, @Nullable Lo responseValues.put(UserTypeResponseValue, UserType); CommandResponseInfo CredentialRuleResponseValue = new CommandResponseInfo("CredentialRule", "Integer"); responseValues.put(CredentialRuleResponseValue, CredentialRule); - // Credentials: /* TYPE WARNING: array array defaults to */ uint8_t * + // Credentials: /* TYPE WARNING: array array defaults to */ uint8_t * // Conversion from this type to Java is not properly implemented yet CommandResponseInfo CreatorFabricIndexResponseValue = new CommandResponseInfo("CreatorFabricIndex", "Integer"); responseValues.put(CreatorFabricIndexResponseValue, CreatorFabricIndex); @@ -6335,7 +6335,7 @@ public void onSuccess(Integer NumberOfTransitionsForSequence, Integer DayOfWeekF responseValues.put(DayOfWeekForSequenceResponseValue, DayOfWeekForSequence); CommandResponseInfo ModeForSequenceResponseValue = new CommandResponseInfo("ModeForSequence", "Integer"); responseValues.put(ModeForSequenceResponseValue, ModeForSequence); - // Transitions: /* TYPE WARNING: array array defaults to */ uint8_t * + // Transitions: /* TYPE WARNING: array array defaults to */ uint8_t * // Conversion from this type to Java is not properly implemented yet callback.onSuccess(responseValues); } @@ -9620,7 +9620,7 @@ public void setCallbackDelegate(ClusterCommandCallback callback) { @Override public void onSuccess(ArrayList arg1) { Map responseValues = new LinkedHashMap<>(); - // arg1: /* TYPE WARNING: array array defaults to */ uint8_t * + // arg1: /* TYPE WARNING: array array defaults to */ uint8_t * // Conversion from this type to Java is not properly implemented yet callback.onSuccess(responseValues); } @@ -10834,14 +10834,14 @@ public Map> getCommandMap() { Map identifyidentifyCommandParams = new LinkedHashMap(); CommandParameterInfo identifyidentifyidentifyTimeCommandParameterInfo = new CommandParameterInfo("identifyTime", Integer.class, Integer.class); identifyidentifyCommandParams.put("identifyTime",identifyidentifyidentifyTimeCommandParameterInfo); - + InteractionInfo identifyidentifyInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.IdentifyCluster) cluster) .identify((DefaultClusterCallback) callback , (Integer) commandArguments.get("identifyTime") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -10851,10 +10851,10 @@ public Map> getCommandMap() { Map identifytriggerEffectCommandParams = new LinkedHashMap(); CommandParameterInfo identifytriggerEffecteffectIdentifierCommandParameterInfo = new CommandParameterInfo("effectIdentifier", Integer.class, Integer.class); identifytriggerEffectCommandParams.put("effectIdentifier",identifytriggerEffecteffectIdentifierCommandParameterInfo); - + CommandParameterInfo identifytriggerEffecteffectVariantCommandParameterInfo = new CommandParameterInfo("effectVariant", Integer.class, Integer.class); identifytriggerEffectCommandParams.put("effectVariant",identifytriggerEffecteffectVariantCommandParameterInfo); - + InteractionInfo identifytriggerEffectInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.IdentifyCluster) cluster) @@ -10863,7 +10863,7 @@ public Map> getCommandMap() { commandArguments.get("effectIdentifier") , (Integer) commandArguments.get("effectVariant") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -10875,10 +10875,10 @@ public Map> getCommandMap() { Map groupsaddGroupCommandParams = new LinkedHashMap(); CommandParameterInfo groupsaddGroupgroupIDCommandParameterInfo = new CommandParameterInfo("groupID", Integer.class, Integer.class); groupsaddGroupCommandParams.put("groupID",groupsaddGroupgroupIDCommandParameterInfo); - + CommandParameterInfo groupsaddGroupgroupNameCommandParameterInfo = new CommandParameterInfo("groupName", String.class, String.class); groupsaddGroupCommandParams.put("groupName",groupsaddGroupgroupNameCommandParameterInfo); - + InteractionInfo groupsaddGroupInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.GroupsCluster) cluster) @@ -10887,7 +10887,7 @@ public Map> getCommandMap() { commandArguments.get("groupID") , (String) commandArguments.get("groupName") - + ); }, () -> new DelegatedGroupsClusterAddGroupResponseCallback(), @@ -10897,14 +10897,14 @@ public Map> getCommandMap() { Map groupsviewGroupCommandParams = new LinkedHashMap(); CommandParameterInfo groupsviewGroupgroupIDCommandParameterInfo = new CommandParameterInfo("groupID", Integer.class, Integer.class); groupsviewGroupCommandParams.put("groupID",groupsviewGroupgroupIDCommandParameterInfo); - + InteractionInfo groupsviewGroupInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.GroupsCluster) cluster) .viewGroup((ChipClusters.GroupsCluster.ViewGroupResponseCallback) callback , (Integer) commandArguments.get("groupID") - + ); }, () -> new DelegatedGroupsClusterViewGroupResponseCallback(), @@ -10914,14 +10914,14 @@ public Map> getCommandMap() { Map groupsgetGroupMembershipCommandParams = new LinkedHashMap(); CommandParameterInfo groupsgetGroupMembershipgroupListCommandParameterInfo = new CommandParameterInfo("groupList", ArrayList.class, Integer.class); groupsgetGroupMembershipCommandParams.put("groupList",groupsgetGroupMembershipgroupListCommandParameterInfo); - + InteractionInfo groupsgetGroupMembershipInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.GroupsCluster) cluster) .getGroupMembership((ChipClusters.GroupsCluster.GetGroupMembershipResponseCallback) callback , (ArrayList) commandArguments.get("groupList") - + ); }, () -> new DelegatedGroupsClusterGetGroupMembershipResponseCallback(), @@ -10931,14 +10931,14 @@ public Map> getCommandMap() { Map groupsremoveGroupCommandParams = new LinkedHashMap(); CommandParameterInfo groupsremoveGroupgroupIDCommandParameterInfo = new CommandParameterInfo("groupID", Integer.class, Integer.class); groupsremoveGroupCommandParams.put("groupID",groupsremoveGroupgroupIDCommandParameterInfo); - + InteractionInfo groupsremoveGroupInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.GroupsCluster) cluster) .removeGroup((ChipClusters.GroupsCluster.RemoveGroupResponseCallback) callback , (Integer) commandArguments.get("groupID") - + ); }, () -> new DelegatedGroupsClusterRemoveGroupResponseCallback(), @@ -10950,7 +10950,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.GroupsCluster) cluster) .removeAllGroups((DefaultClusterCallback) callback - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -10960,10 +10960,10 @@ public Map> getCommandMap() { Map groupsaddGroupIfIdentifyingCommandParams = new LinkedHashMap(); CommandParameterInfo groupsaddGroupIfIdentifyinggroupIDCommandParameterInfo = new CommandParameterInfo("groupID", Integer.class, Integer.class); groupsaddGroupIfIdentifyingCommandParams.put("groupID",groupsaddGroupIfIdentifyinggroupIDCommandParameterInfo); - + CommandParameterInfo groupsaddGroupIfIdentifyinggroupNameCommandParameterInfo = new CommandParameterInfo("groupName", String.class, String.class); groupsaddGroupIfIdentifyingCommandParams.put("groupName",groupsaddGroupIfIdentifyinggroupNameCommandParameterInfo); - + InteractionInfo groupsaddGroupIfIdentifyingInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.GroupsCluster) cluster) @@ -10972,7 +10972,7 @@ public Map> getCommandMap() { commandArguments.get("groupID") , (String) commandArguments.get("groupName") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -10984,16 +10984,16 @@ public Map> getCommandMap() { Map scenesaddSceneCommandParams = new LinkedHashMap(); CommandParameterInfo scenesaddScenegroupIDCommandParameterInfo = new CommandParameterInfo("groupID", Integer.class, Integer.class); scenesaddSceneCommandParams.put("groupID",scenesaddScenegroupIDCommandParameterInfo); - + CommandParameterInfo scenesaddScenesceneIDCommandParameterInfo = new CommandParameterInfo("sceneID", Integer.class, Integer.class); scenesaddSceneCommandParams.put("sceneID",scenesaddScenesceneIDCommandParameterInfo); - + CommandParameterInfo scenesaddScenetransitionTimeCommandParameterInfo = new CommandParameterInfo("transitionTime", Integer.class, Integer.class); scenesaddSceneCommandParams.put("transitionTime",scenesaddScenetransitionTimeCommandParameterInfo); - + CommandParameterInfo scenesaddScenesceneNameCommandParameterInfo = new CommandParameterInfo("sceneName", String.class, String.class); scenesaddSceneCommandParams.put("sceneName",scenesaddScenesceneNameCommandParameterInfo); - + InteractionInfo scenesaddSceneInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ScenesCluster) cluster) @@ -11008,7 +11008,7 @@ public Map> getCommandMap() { commandArguments.get("sceneName") , (ArrayList) commandArguments.get("extensionFieldSets") - + ); }, () -> new DelegatedScenesClusterAddSceneResponseCallback(), @@ -11018,10 +11018,10 @@ public Map> getCommandMap() { Map scenesviewSceneCommandParams = new LinkedHashMap(); CommandParameterInfo scenesviewScenegroupIDCommandParameterInfo = new CommandParameterInfo("groupID", Integer.class, Integer.class); scenesviewSceneCommandParams.put("groupID",scenesviewScenegroupIDCommandParameterInfo); - + CommandParameterInfo scenesviewScenesceneIDCommandParameterInfo = new CommandParameterInfo("sceneID", Integer.class, Integer.class); scenesviewSceneCommandParams.put("sceneID",scenesviewScenesceneIDCommandParameterInfo); - + InteractionInfo scenesviewSceneInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ScenesCluster) cluster) @@ -11030,7 +11030,7 @@ public Map> getCommandMap() { commandArguments.get("groupID") , (Integer) commandArguments.get("sceneID") - + ); }, () -> new DelegatedScenesClusterViewSceneResponseCallback(), @@ -11040,10 +11040,10 @@ public Map> getCommandMap() { Map scenesremoveSceneCommandParams = new LinkedHashMap(); CommandParameterInfo scenesremoveScenegroupIDCommandParameterInfo = new CommandParameterInfo("groupID", Integer.class, Integer.class); scenesremoveSceneCommandParams.put("groupID",scenesremoveScenegroupIDCommandParameterInfo); - + CommandParameterInfo scenesremoveScenesceneIDCommandParameterInfo = new CommandParameterInfo("sceneID", Integer.class, Integer.class); scenesremoveSceneCommandParams.put("sceneID",scenesremoveScenesceneIDCommandParameterInfo); - + InteractionInfo scenesremoveSceneInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ScenesCluster) cluster) @@ -11052,7 +11052,7 @@ public Map> getCommandMap() { commandArguments.get("groupID") , (Integer) commandArguments.get("sceneID") - + ); }, () -> new DelegatedScenesClusterRemoveSceneResponseCallback(), @@ -11062,14 +11062,14 @@ public Map> getCommandMap() { Map scenesremoveAllScenesCommandParams = new LinkedHashMap(); CommandParameterInfo scenesremoveAllScenesgroupIDCommandParameterInfo = new CommandParameterInfo("groupID", Integer.class, Integer.class); scenesremoveAllScenesCommandParams.put("groupID",scenesremoveAllScenesgroupIDCommandParameterInfo); - + InteractionInfo scenesremoveAllScenesInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ScenesCluster) cluster) .removeAllScenes((ChipClusters.ScenesCluster.RemoveAllScenesResponseCallback) callback , (Integer) commandArguments.get("groupID") - + ); }, () -> new DelegatedScenesClusterRemoveAllScenesResponseCallback(), @@ -11079,10 +11079,10 @@ public Map> getCommandMap() { Map scenesstoreSceneCommandParams = new LinkedHashMap(); CommandParameterInfo scenesstoreScenegroupIDCommandParameterInfo = new CommandParameterInfo("groupID", Integer.class, Integer.class); scenesstoreSceneCommandParams.put("groupID",scenesstoreScenegroupIDCommandParameterInfo); - + CommandParameterInfo scenesstoreScenesceneIDCommandParameterInfo = new CommandParameterInfo("sceneID", Integer.class, Integer.class); scenesstoreSceneCommandParams.put("sceneID",scenesstoreScenesceneIDCommandParameterInfo); - + InteractionInfo scenesstoreSceneInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ScenesCluster) cluster) @@ -11091,7 +11091,7 @@ public Map> getCommandMap() { commandArguments.get("groupID") , (Integer) commandArguments.get("sceneID") - + ); }, () -> new DelegatedScenesClusterStoreSceneResponseCallback(), @@ -11101,13 +11101,13 @@ public Map> getCommandMap() { Map scenesrecallSceneCommandParams = new LinkedHashMap(); CommandParameterInfo scenesrecallScenegroupIDCommandParameterInfo = new CommandParameterInfo("groupID", Integer.class, Integer.class); scenesrecallSceneCommandParams.put("groupID",scenesrecallScenegroupIDCommandParameterInfo); - + CommandParameterInfo scenesrecallScenesceneIDCommandParameterInfo = new CommandParameterInfo("sceneID", Integer.class, Integer.class); scenesrecallSceneCommandParams.put("sceneID",scenesrecallScenesceneIDCommandParameterInfo); - + CommandParameterInfo scenesrecallScenetransitionTimeCommandParameterInfo = new CommandParameterInfo("transitionTime", Optional.class, Integer.class); scenesrecallSceneCommandParams.put("transitionTime",scenesrecallScenetransitionTimeCommandParameterInfo); - + InteractionInfo scenesrecallSceneInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ScenesCluster) cluster) @@ -11118,7 +11118,7 @@ public Map> getCommandMap() { commandArguments.get("sceneID") , (Optional) commandArguments.get("transitionTime") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11128,14 +11128,14 @@ public Map> getCommandMap() { Map scenesgetSceneMembershipCommandParams = new LinkedHashMap(); CommandParameterInfo scenesgetSceneMembershipgroupIDCommandParameterInfo = new CommandParameterInfo("groupID", Integer.class, Integer.class); scenesgetSceneMembershipCommandParams.put("groupID",scenesgetSceneMembershipgroupIDCommandParameterInfo); - + InteractionInfo scenesgetSceneMembershipInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ScenesCluster) cluster) .getSceneMembership((ChipClusters.ScenesCluster.GetSceneMembershipResponseCallback) callback , (Integer) commandArguments.get("groupID") - + ); }, () -> new DelegatedScenesClusterGetSceneMembershipResponseCallback(), @@ -11149,7 +11149,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.OnOffCluster) cluster) .off((DefaultClusterCallback) callback - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11161,7 +11161,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.OnOffCluster) cluster) .on((DefaultClusterCallback) callback - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11173,7 +11173,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.OnOffCluster) cluster) .toggle((DefaultClusterCallback) callback - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11183,10 +11183,10 @@ public Map> getCommandMap() { Map onOffoffWithEffectCommandParams = new LinkedHashMap(); CommandParameterInfo onOffoffWithEffecteffectIdentifierCommandParameterInfo = new CommandParameterInfo("effectIdentifier", Integer.class, Integer.class); onOffoffWithEffectCommandParams.put("effectIdentifier",onOffoffWithEffecteffectIdentifierCommandParameterInfo); - + CommandParameterInfo onOffoffWithEffecteffectVariantCommandParameterInfo = new CommandParameterInfo("effectVariant", Integer.class, Integer.class); onOffoffWithEffectCommandParams.put("effectVariant",onOffoffWithEffecteffectVariantCommandParameterInfo); - + InteractionInfo onOffoffWithEffectInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.OnOffCluster) cluster) @@ -11195,7 +11195,7 @@ public Map> getCommandMap() { commandArguments.get("effectIdentifier") , (Integer) commandArguments.get("effectVariant") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11207,7 +11207,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.OnOffCluster) cluster) .onWithRecallGlobalScene((DefaultClusterCallback) callback - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11217,13 +11217,13 @@ public Map> getCommandMap() { Map onOffonWithTimedOffCommandParams = new LinkedHashMap(); CommandParameterInfo onOffonWithTimedOffonOffControlCommandParameterInfo = new CommandParameterInfo("onOffControl", Integer.class, Integer.class); onOffonWithTimedOffCommandParams.put("onOffControl",onOffonWithTimedOffonOffControlCommandParameterInfo); - + CommandParameterInfo onOffonWithTimedOffonTimeCommandParameterInfo = new CommandParameterInfo("onTime", Integer.class, Integer.class); onOffonWithTimedOffCommandParams.put("onTime",onOffonWithTimedOffonTimeCommandParameterInfo); - + CommandParameterInfo onOffonWithTimedOffoffWaitTimeCommandParameterInfo = new CommandParameterInfo("offWaitTime", Integer.class, Integer.class); onOffonWithTimedOffCommandParams.put("offWaitTime",onOffonWithTimedOffoffWaitTimeCommandParameterInfo); - + InteractionInfo onOffonWithTimedOffInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.OnOffCluster) cluster) @@ -11234,7 +11234,7 @@ public Map> getCommandMap() { commandArguments.get("onTime") , (Integer) commandArguments.get("offWaitTime") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11248,16 +11248,16 @@ public Map> getCommandMap() { Map levelControlmoveToLevelCommandParams = new LinkedHashMap(); CommandParameterInfo levelControlmoveToLevellevelCommandParameterInfo = new CommandParameterInfo("level", Integer.class, Integer.class); levelControlmoveToLevelCommandParams.put("level",levelControlmoveToLevellevelCommandParameterInfo); - + CommandParameterInfo levelControlmoveToLeveltransitionTimeCommandParameterInfo = new CommandParameterInfo("transitionTime", Integer.class, Integer.class); levelControlmoveToLevelCommandParams.put("transitionTime",levelControlmoveToLeveltransitionTimeCommandParameterInfo); - + CommandParameterInfo levelControlmoveToLeveloptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); levelControlmoveToLevelCommandParams.put("optionsMask",levelControlmoveToLeveloptionsMaskCommandParameterInfo); - + CommandParameterInfo levelControlmoveToLeveloptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); levelControlmoveToLevelCommandParams.put("optionsOverride",levelControlmoveToLeveloptionsOverrideCommandParameterInfo); - + InteractionInfo levelControlmoveToLevelInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.LevelControlCluster) cluster) @@ -11270,7 +11270,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11280,16 +11280,16 @@ public Map> getCommandMap() { Map levelControlmoveCommandParams = new LinkedHashMap(); CommandParameterInfo levelControlmovemoveModeCommandParameterInfo = new CommandParameterInfo("moveMode", Integer.class, Integer.class); levelControlmoveCommandParams.put("moveMode",levelControlmovemoveModeCommandParameterInfo); - + CommandParameterInfo levelControlmoverateCommandParameterInfo = new CommandParameterInfo("rate", Integer.class, Integer.class); levelControlmoveCommandParams.put("rate",levelControlmoverateCommandParameterInfo); - + CommandParameterInfo levelControlmoveoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); levelControlmoveCommandParams.put("optionsMask",levelControlmoveoptionsMaskCommandParameterInfo); - + CommandParameterInfo levelControlmoveoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); levelControlmoveCommandParams.put("optionsOverride",levelControlmoveoptionsOverrideCommandParameterInfo); - + InteractionInfo levelControlmoveInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.LevelControlCluster) cluster) @@ -11302,7 +11302,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11312,19 +11312,19 @@ public Map> getCommandMap() { Map levelControlstepCommandParams = new LinkedHashMap(); CommandParameterInfo levelControlstepstepModeCommandParameterInfo = new CommandParameterInfo("stepMode", Integer.class, Integer.class); levelControlstepCommandParams.put("stepMode",levelControlstepstepModeCommandParameterInfo); - + CommandParameterInfo levelControlstepstepSizeCommandParameterInfo = new CommandParameterInfo("stepSize", Integer.class, Integer.class); levelControlstepCommandParams.put("stepSize",levelControlstepstepSizeCommandParameterInfo); - + CommandParameterInfo levelControlsteptransitionTimeCommandParameterInfo = new CommandParameterInfo("transitionTime", Integer.class, Integer.class); levelControlstepCommandParams.put("transitionTime",levelControlsteptransitionTimeCommandParameterInfo); - + CommandParameterInfo levelControlstepoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); levelControlstepCommandParams.put("optionsMask",levelControlstepoptionsMaskCommandParameterInfo); - + CommandParameterInfo levelControlstepoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); levelControlstepCommandParams.put("optionsOverride",levelControlstepoptionsOverrideCommandParameterInfo); - + InteractionInfo levelControlstepInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.LevelControlCluster) cluster) @@ -11339,7 +11339,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11349,10 +11349,10 @@ public Map> getCommandMap() { Map levelControlstopCommandParams = new LinkedHashMap(); CommandParameterInfo levelControlstopoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); levelControlstopCommandParams.put("optionsMask",levelControlstopoptionsMaskCommandParameterInfo); - + CommandParameterInfo levelControlstopoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); levelControlstopCommandParams.put("optionsOverride",levelControlstopoptionsOverrideCommandParameterInfo); - + InteractionInfo levelControlstopInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.LevelControlCluster) cluster) @@ -11361,7 +11361,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11371,16 +11371,16 @@ public Map> getCommandMap() { Map levelControlmoveToLevelWithOnOffCommandParams = new LinkedHashMap(); CommandParameterInfo levelControlmoveToLevelWithOnOfflevelCommandParameterInfo = new CommandParameterInfo("level", Integer.class, Integer.class); levelControlmoveToLevelWithOnOffCommandParams.put("level",levelControlmoveToLevelWithOnOfflevelCommandParameterInfo); - + CommandParameterInfo levelControlmoveToLevelWithOnOfftransitionTimeCommandParameterInfo = new CommandParameterInfo("transitionTime", Integer.class, Integer.class); levelControlmoveToLevelWithOnOffCommandParams.put("transitionTime",levelControlmoveToLevelWithOnOfftransitionTimeCommandParameterInfo); - + CommandParameterInfo levelControlmoveToLevelWithOnOffoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); levelControlmoveToLevelWithOnOffCommandParams.put("optionsMask",levelControlmoveToLevelWithOnOffoptionsMaskCommandParameterInfo); - + CommandParameterInfo levelControlmoveToLevelWithOnOffoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); levelControlmoveToLevelWithOnOffCommandParams.put("optionsOverride",levelControlmoveToLevelWithOnOffoptionsOverrideCommandParameterInfo); - + InteractionInfo levelControlmoveToLevelWithOnOffInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.LevelControlCluster) cluster) @@ -11393,7 +11393,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11403,16 +11403,16 @@ public Map> getCommandMap() { Map levelControlmoveWithOnOffCommandParams = new LinkedHashMap(); CommandParameterInfo levelControlmoveWithOnOffmoveModeCommandParameterInfo = new CommandParameterInfo("moveMode", Integer.class, Integer.class); levelControlmoveWithOnOffCommandParams.put("moveMode",levelControlmoveWithOnOffmoveModeCommandParameterInfo); - + CommandParameterInfo levelControlmoveWithOnOffrateCommandParameterInfo = new CommandParameterInfo("rate", Integer.class, Integer.class); levelControlmoveWithOnOffCommandParams.put("rate",levelControlmoveWithOnOffrateCommandParameterInfo); - + CommandParameterInfo levelControlmoveWithOnOffoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); levelControlmoveWithOnOffCommandParams.put("optionsMask",levelControlmoveWithOnOffoptionsMaskCommandParameterInfo); - + CommandParameterInfo levelControlmoveWithOnOffoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); levelControlmoveWithOnOffCommandParams.put("optionsOverride",levelControlmoveWithOnOffoptionsOverrideCommandParameterInfo); - + InteractionInfo levelControlmoveWithOnOffInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.LevelControlCluster) cluster) @@ -11425,7 +11425,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11435,19 +11435,19 @@ public Map> getCommandMap() { Map levelControlstepWithOnOffCommandParams = new LinkedHashMap(); CommandParameterInfo levelControlstepWithOnOffstepModeCommandParameterInfo = new CommandParameterInfo("stepMode", Integer.class, Integer.class); levelControlstepWithOnOffCommandParams.put("stepMode",levelControlstepWithOnOffstepModeCommandParameterInfo); - + CommandParameterInfo levelControlstepWithOnOffstepSizeCommandParameterInfo = new CommandParameterInfo("stepSize", Integer.class, Integer.class); levelControlstepWithOnOffCommandParams.put("stepSize",levelControlstepWithOnOffstepSizeCommandParameterInfo); - + CommandParameterInfo levelControlstepWithOnOfftransitionTimeCommandParameterInfo = new CommandParameterInfo("transitionTime", Integer.class, Integer.class); levelControlstepWithOnOffCommandParams.put("transitionTime",levelControlstepWithOnOfftransitionTimeCommandParameterInfo); - + CommandParameterInfo levelControlstepWithOnOffoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); levelControlstepWithOnOffCommandParams.put("optionsMask",levelControlstepWithOnOffoptionsMaskCommandParameterInfo); - + CommandParameterInfo levelControlstepWithOnOffoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); levelControlstepWithOnOffCommandParams.put("optionsOverride",levelControlstepWithOnOffoptionsOverrideCommandParameterInfo); - + InteractionInfo levelControlstepWithOnOffInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.LevelControlCluster) cluster) @@ -11462,7 +11462,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11472,10 +11472,10 @@ public Map> getCommandMap() { Map levelControlstopWithOnOffCommandParams = new LinkedHashMap(); CommandParameterInfo levelControlstopWithOnOffoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); levelControlstopWithOnOffCommandParams.put("optionsMask",levelControlstopWithOnOffoptionsMaskCommandParameterInfo); - + CommandParameterInfo levelControlstopWithOnOffoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); levelControlstopWithOnOffCommandParams.put("optionsOverride",levelControlstopWithOnOffoptionsOverrideCommandParameterInfo); - + InteractionInfo levelControlstopWithOnOffInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.LevelControlCluster) cluster) @@ -11484,7 +11484,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11504,10 +11504,10 @@ public Map> getCommandMap() { Map actionsinstantActionCommandParams = new LinkedHashMap(); CommandParameterInfo actionsinstantActionactionIDCommandParameterInfo = new CommandParameterInfo("actionID", Integer.class, Integer.class); actionsinstantActionCommandParams.put("actionID",actionsinstantActionactionIDCommandParameterInfo); - + CommandParameterInfo actionsinstantActioninvokeIDCommandParameterInfo = new CommandParameterInfo("invokeID", Optional.class, Long.class); actionsinstantActionCommandParams.put("invokeID",actionsinstantActioninvokeIDCommandParameterInfo); - + InteractionInfo actionsinstantActionInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ActionsCluster) cluster) @@ -11516,7 +11516,7 @@ public Map> getCommandMap() { commandArguments.get("actionID") , (Optional) commandArguments.get("invokeID") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11526,13 +11526,13 @@ public Map> getCommandMap() { Map actionsinstantActionWithTransitionCommandParams = new LinkedHashMap(); CommandParameterInfo actionsinstantActionWithTransitionactionIDCommandParameterInfo = new CommandParameterInfo("actionID", Integer.class, Integer.class); actionsinstantActionWithTransitionCommandParams.put("actionID",actionsinstantActionWithTransitionactionIDCommandParameterInfo); - + CommandParameterInfo actionsinstantActionWithTransitioninvokeIDCommandParameterInfo = new CommandParameterInfo("invokeID", Optional.class, Long.class); actionsinstantActionWithTransitionCommandParams.put("invokeID",actionsinstantActionWithTransitioninvokeIDCommandParameterInfo); - + CommandParameterInfo actionsinstantActionWithTransitiontransitionTimeCommandParameterInfo = new CommandParameterInfo("transitionTime", Integer.class, Integer.class); actionsinstantActionWithTransitionCommandParams.put("transitionTime",actionsinstantActionWithTransitiontransitionTimeCommandParameterInfo); - + InteractionInfo actionsinstantActionWithTransitionInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ActionsCluster) cluster) @@ -11543,7 +11543,7 @@ public Map> getCommandMap() { commandArguments.get("invokeID") , (Integer) commandArguments.get("transitionTime") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11553,10 +11553,10 @@ public Map> getCommandMap() { Map actionsstartActionCommandParams = new LinkedHashMap(); CommandParameterInfo actionsstartActionactionIDCommandParameterInfo = new CommandParameterInfo("actionID", Integer.class, Integer.class); actionsstartActionCommandParams.put("actionID",actionsstartActionactionIDCommandParameterInfo); - + CommandParameterInfo actionsstartActioninvokeIDCommandParameterInfo = new CommandParameterInfo("invokeID", Optional.class, Long.class); actionsstartActionCommandParams.put("invokeID",actionsstartActioninvokeIDCommandParameterInfo); - + InteractionInfo actionsstartActionInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ActionsCluster) cluster) @@ -11565,7 +11565,7 @@ public Map> getCommandMap() { commandArguments.get("actionID") , (Optional) commandArguments.get("invokeID") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11575,13 +11575,13 @@ public Map> getCommandMap() { Map actionsstartActionWithDurationCommandParams = new LinkedHashMap(); CommandParameterInfo actionsstartActionWithDurationactionIDCommandParameterInfo = new CommandParameterInfo("actionID", Integer.class, Integer.class); actionsstartActionWithDurationCommandParams.put("actionID",actionsstartActionWithDurationactionIDCommandParameterInfo); - + CommandParameterInfo actionsstartActionWithDurationinvokeIDCommandParameterInfo = new CommandParameterInfo("invokeID", Optional.class, Long.class); actionsstartActionWithDurationCommandParams.put("invokeID",actionsstartActionWithDurationinvokeIDCommandParameterInfo); - + CommandParameterInfo actionsstartActionWithDurationdurationCommandParameterInfo = new CommandParameterInfo("duration", Long.class, Long.class); actionsstartActionWithDurationCommandParams.put("duration",actionsstartActionWithDurationdurationCommandParameterInfo); - + InteractionInfo actionsstartActionWithDurationInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ActionsCluster) cluster) @@ -11592,7 +11592,7 @@ public Map> getCommandMap() { commandArguments.get("invokeID") , (Long) commandArguments.get("duration") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11602,10 +11602,10 @@ public Map> getCommandMap() { Map actionsstopActionCommandParams = new LinkedHashMap(); CommandParameterInfo actionsstopActionactionIDCommandParameterInfo = new CommandParameterInfo("actionID", Integer.class, Integer.class); actionsstopActionCommandParams.put("actionID",actionsstopActionactionIDCommandParameterInfo); - + CommandParameterInfo actionsstopActioninvokeIDCommandParameterInfo = new CommandParameterInfo("invokeID", Optional.class, Long.class); actionsstopActionCommandParams.put("invokeID",actionsstopActioninvokeIDCommandParameterInfo); - + InteractionInfo actionsstopActionInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ActionsCluster) cluster) @@ -11614,7 +11614,7 @@ public Map> getCommandMap() { commandArguments.get("actionID") , (Optional) commandArguments.get("invokeID") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11624,10 +11624,10 @@ public Map> getCommandMap() { Map actionspauseActionCommandParams = new LinkedHashMap(); CommandParameterInfo actionspauseActionactionIDCommandParameterInfo = new CommandParameterInfo("actionID", Integer.class, Integer.class); actionspauseActionCommandParams.put("actionID",actionspauseActionactionIDCommandParameterInfo); - + CommandParameterInfo actionspauseActioninvokeIDCommandParameterInfo = new CommandParameterInfo("invokeID", Optional.class, Long.class); actionspauseActionCommandParams.put("invokeID",actionspauseActioninvokeIDCommandParameterInfo); - + InteractionInfo actionspauseActionInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ActionsCluster) cluster) @@ -11636,7 +11636,7 @@ public Map> getCommandMap() { commandArguments.get("actionID") , (Optional) commandArguments.get("invokeID") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11646,13 +11646,13 @@ public Map> getCommandMap() { Map actionspauseActionWithDurationCommandParams = new LinkedHashMap(); CommandParameterInfo actionspauseActionWithDurationactionIDCommandParameterInfo = new CommandParameterInfo("actionID", Integer.class, Integer.class); actionspauseActionWithDurationCommandParams.put("actionID",actionspauseActionWithDurationactionIDCommandParameterInfo); - + CommandParameterInfo actionspauseActionWithDurationinvokeIDCommandParameterInfo = new CommandParameterInfo("invokeID", Optional.class, Long.class); actionspauseActionWithDurationCommandParams.put("invokeID",actionspauseActionWithDurationinvokeIDCommandParameterInfo); - + CommandParameterInfo actionspauseActionWithDurationdurationCommandParameterInfo = new CommandParameterInfo("duration", Long.class, Long.class); actionspauseActionWithDurationCommandParams.put("duration",actionspauseActionWithDurationdurationCommandParameterInfo); - + InteractionInfo actionspauseActionWithDurationInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ActionsCluster) cluster) @@ -11663,7 +11663,7 @@ public Map> getCommandMap() { commandArguments.get("invokeID") , (Long) commandArguments.get("duration") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11673,10 +11673,10 @@ public Map> getCommandMap() { Map actionsresumeActionCommandParams = new LinkedHashMap(); CommandParameterInfo actionsresumeActionactionIDCommandParameterInfo = new CommandParameterInfo("actionID", Integer.class, Integer.class); actionsresumeActionCommandParams.put("actionID",actionsresumeActionactionIDCommandParameterInfo); - + CommandParameterInfo actionsresumeActioninvokeIDCommandParameterInfo = new CommandParameterInfo("invokeID", Optional.class, Long.class); actionsresumeActionCommandParams.put("invokeID",actionsresumeActioninvokeIDCommandParameterInfo); - + InteractionInfo actionsresumeActionInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ActionsCluster) cluster) @@ -11685,7 +11685,7 @@ public Map> getCommandMap() { commandArguments.get("actionID") , (Optional) commandArguments.get("invokeID") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11695,10 +11695,10 @@ public Map> getCommandMap() { Map actionsenableActionCommandParams = new LinkedHashMap(); CommandParameterInfo actionsenableActionactionIDCommandParameterInfo = new CommandParameterInfo("actionID", Integer.class, Integer.class); actionsenableActionCommandParams.put("actionID",actionsenableActionactionIDCommandParameterInfo); - + CommandParameterInfo actionsenableActioninvokeIDCommandParameterInfo = new CommandParameterInfo("invokeID", Optional.class, Long.class); actionsenableActionCommandParams.put("invokeID",actionsenableActioninvokeIDCommandParameterInfo); - + InteractionInfo actionsenableActionInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ActionsCluster) cluster) @@ -11707,7 +11707,7 @@ public Map> getCommandMap() { commandArguments.get("actionID") , (Optional) commandArguments.get("invokeID") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11717,13 +11717,13 @@ public Map> getCommandMap() { Map actionsenableActionWithDurationCommandParams = new LinkedHashMap(); CommandParameterInfo actionsenableActionWithDurationactionIDCommandParameterInfo = new CommandParameterInfo("actionID", Integer.class, Integer.class); actionsenableActionWithDurationCommandParams.put("actionID",actionsenableActionWithDurationactionIDCommandParameterInfo); - + CommandParameterInfo actionsenableActionWithDurationinvokeIDCommandParameterInfo = new CommandParameterInfo("invokeID", Optional.class, Long.class); actionsenableActionWithDurationCommandParams.put("invokeID",actionsenableActionWithDurationinvokeIDCommandParameterInfo); - + CommandParameterInfo actionsenableActionWithDurationdurationCommandParameterInfo = new CommandParameterInfo("duration", Long.class, Long.class); actionsenableActionWithDurationCommandParams.put("duration",actionsenableActionWithDurationdurationCommandParameterInfo); - + InteractionInfo actionsenableActionWithDurationInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ActionsCluster) cluster) @@ -11734,7 +11734,7 @@ public Map> getCommandMap() { commandArguments.get("invokeID") , (Long) commandArguments.get("duration") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11744,10 +11744,10 @@ public Map> getCommandMap() { Map actionsdisableActionCommandParams = new LinkedHashMap(); CommandParameterInfo actionsdisableActionactionIDCommandParameterInfo = new CommandParameterInfo("actionID", Integer.class, Integer.class); actionsdisableActionCommandParams.put("actionID",actionsdisableActionactionIDCommandParameterInfo); - + CommandParameterInfo actionsdisableActioninvokeIDCommandParameterInfo = new CommandParameterInfo("invokeID", Optional.class, Long.class); actionsdisableActionCommandParams.put("invokeID",actionsdisableActioninvokeIDCommandParameterInfo); - + InteractionInfo actionsdisableActionInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ActionsCluster) cluster) @@ -11756,7 +11756,7 @@ public Map> getCommandMap() { commandArguments.get("actionID") , (Optional) commandArguments.get("invokeID") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11766,13 +11766,13 @@ public Map> getCommandMap() { Map actionsdisableActionWithDurationCommandParams = new LinkedHashMap(); CommandParameterInfo actionsdisableActionWithDurationactionIDCommandParameterInfo = new CommandParameterInfo("actionID", Integer.class, Integer.class); actionsdisableActionWithDurationCommandParams.put("actionID",actionsdisableActionWithDurationactionIDCommandParameterInfo); - + CommandParameterInfo actionsdisableActionWithDurationinvokeIDCommandParameterInfo = new CommandParameterInfo("invokeID", Optional.class, Long.class); actionsdisableActionWithDurationCommandParams.put("invokeID",actionsdisableActionWithDurationinvokeIDCommandParameterInfo); - + CommandParameterInfo actionsdisableActionWithDurationdurationCommandParameterInfo = new CommandParameterInfo("duration", Long.class, Long.class); actionsdisableActionWithDurationCommandParams.put("duration",actionsdisableActionWithDurationdurationCommandParameterInfo); - + InteractionInfo actionsdisableActionWithDurationInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ActionsCluster) cluster) @@ -11783,7 +11783,7 @@ public Map> getCommandMap() { commandArguments.get("invokeID") , (Long) commandArguments.get("duration") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11797,28 +11797,28 @@ public Map> getCommandMap() { Map otaSoftwareUpdateProviderqueryImageCommandParams = new LinkedHashMap(); CommandParameterInfo otaSoftwareUpdateProviderqueryImagevendorIDCommandParameterInfo = new CommandParameterInfo("vendorID", Integer.class, Integer.class); otaSoftwareUpdateProviderqueryImageCommandParams.put("vendorID",otaSoftwareUpdateProviderqueryImagevendorIDCommandParameterInfo); - + CommandParameterInfo otaSoftwareUpdateProviderqueryImageproductIDCommandParameterInfo = new CommandParameterInfo("productID", Integer.class, Integer.class); otaSoftwareUpdateProviderqueryImageCommandParams.put("productID",otaSoftwareUpdateProviderqueryImageproductIDCommandParameterInfo); - + CommandParameterInfo otaSoftwareUpdateProviderqueryImagesoftwareVersionCommandParameterInfo = new CommandParameterInfo("softwareVersion", Long.class, Long.class); otaSoftwareUpdateProviderqueryImageCommandParams.put("softwareVersion",otaSoftwareUpdateProviderqueryImagesoftwareVersionCommandParameterInfo); - + CommandParameterInfo otaSoftwareUpdateProviderqueryImageprotocolsSupportedCommandParameterInfo = new CommandParameterInfo("protocolsSupported", ArrayList.class, Integer.class); otaSoftwareUpdateProviderqueryImageCommandParams.put("protocolsSupported",otaSoftwareUpdateProviderqueryImageprotocolsSupportedCommandParameterInfo); - + CommandParameterInfo otaSoftwareUpdateProviderqueryImagehardwareVersionCommandParameterInfo = new CommandParameterInfo("hardwareVersion", Optional.class, Integer.class); otaSoftwareUpdateProviderqueryImageCommandParams.put("hardwareVersion",otaSoftwareUpdateProviderqueryImagehardwareVersionCommandParameterInfo); - + CommandParameterInfo otaSoftwareUpdateProviderqueryImagelocationCommandParameterInfo = new CommandParameterInfo("location", Optional.class, String.class); otaSoftwareUpdateProviderqueryImageCommandParams.put("location",otaSoftwareUpdateProviderqueryImagelocationCommandParameterInfo); - + CommandParameterInfo otaSoftwareUpdateProviderqueryImagerequestorCanConsentCommandParameterInfo = new CommandParameterInfo("requestorCanConsent", Optional.class, Boolean.class); otaSoftwareUpdateProviderqueryImageCommandParams.put("requestorCanConsent",otaSoftwareUpdateProviderqueryImagerequestorCanConsentCommandParameterInfo); - + CommandParameterInfo otaSoftwareUpdateProviderqueryImagemetadataForProviderCommandParameterInfo = new CommandParameterInfo("metadataForProvider", Optional.class, byte[].class); otaSoftwareUpdateProviderqueryImageCommandParams.put("metadataForProvider",otaSoftwareUpdateProviderqueryImagemetadataForProviderCommandParameterInfo); - + InteractionInfo otaSoftwareUpdateProviderqueryImageInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.OtaSoftwareUpdateProviderCluster) cluster) @@ -11839,7 +11839,7 @@ public Map> getCommandMap() { commandArguments.get("requestorCanConsent") , (Optional) commandArguments.get("metadataForProvider") - + ); }, () -> new DelegatedOtaSoftwareUpdateProviderClusterQueryImageResponseCallback(), @@ -11849,10 +11849,10 @@ public Map> getCommandMap() { Map otaSoftwareUpdateProviderapplyUpdateRequestCommandParams = new LinkedHashMap(); CommandParameterInfo otaSoftwareUpdateProviderapplyUpdateRequestupdateTokenCommandParameterInfo = new CommandParameterInfo("updateToken", byte[].class, byte[].class); otaSoftwareUpdateProviderapplyUpdateRequestCommandParams.put("updateToken",otaSoftwareUpdateProviderapplyUpdateRequestupdateTokenCommandParameterInfo); - + CommandParameterInfo otaSoftwareUpdateProviderapplyUpdateRequestnewVersionCommandParameterInfo = new CommandParameterInfo("newVersion", Long.class, Long.class); otaSoftwareUpdateProviderapplyUpdateRequestCommandParams.put("newVersion",otaSoftwareUpdateProviderapplyUpdateRequestnewVersionCommandParameterInfo); - + InteractionInfo otaSoftwareUpdateProviderapplyUpdateRequestInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.OtaSoftwareUpdateProviderCluster) cluster) @@ -11861,7 +11861,7 @@ public Map> getCommandMap() { commandArguments.get("updateToken") , (Long) commandArguments.get("newVersion") - + ); }, () -> new DelegatedOtaSoftwareUpdateProviderClusterApplyUpdateResponseCallback(), @@ -11871,10 +11871,10 @@ public Map> getCommandMap() { Map otaSoftwareUpdateProvidernotifyUpdateAppliedCommandParams = new LinkedHashMap(); CommandParameterInfo otaSoftwareUpdateProvidernotifyUpdateAppliedupdateTokenCommandParameterInfo = new CommandParameterInfo("updateToken", byte[].class, byte[].class); otaSoftwareUpdateProvidernotifyUpdateAppliedCommandParams.put("updateToken",otaSoftwareUpdateProvidernotifyUpdateAppliedupdateTokenCommandParameterInfo); - + CommandParameterInfo otaSoftwareUpdateProvidernotifyUpdateAppliedsoftwareVersionCommandParameterInfo = new CommandParameterInfo("softwareVersion", Long.class, Long.class); otaSoftwareUpdateProvidernotifyUpdateAppliedCommandParams.put("softwareVersion",otaSoftwareUpdateProvidernotifyUpdateAppliedsoftwareVersionCommandParameterInfo); - + InteractionInfo otaSoftwareUpdateProvidernotifyUpdateAppliedInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.OtaSoftwareUpdateProviderCluster) cluster) @@ -11883,7 +11883,7 @@ public Map> getCommandMap() { commandArguments.get("updateToken") , (Long) commandArguments.get("softwareVersion") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11895,19 +11895,19 @@ public Map> getCommandMap() { Map otaSoftwareUpdateRequestorannounceOTAProviderCommandParams = new LinkedHashMap(); CommandParameterInfo otaSoftwareUpdateRequestorannounceOTAProviderproviderNodeIDCommandParameterInfo = new CommandParameterInfo("providerNodeID", Long.class, Long.class); otaSoftwareUpdateRequestorannounceOTAProviderCommandParams.put("providerNodeID",otaSoftwareUpdateRequestorannounceOTAProviderproviderNodeIDCommandParameterInfo); - + CommandParameterInfo otaSoftwareUpdateRequestorannounceOTAProvidervendorIDCommandParameterInfo = new CommandParameterInfo("vendorID", Integer.class, Integer.class); otaSoftwareUpdateRequestorannounceOTAProviderCommandParams.put("vendorID",otaSoftwareUpdateRequestorannounceOTAProvidervendorIDCommandParameterInfo); - + CommandParameterInfo otaSoftwareUpdateRequestorannounceOTAProviderannouncementReasonCommandParameterInfo = new CommandParameterInfo("announcementReason", Integer.class, Integer.class); otaSoftwareUpdateRequestorannounceOTAProviderCommandParams.put("announcementReason",otaSoftwareUpdateRequestorannounceOTAProviderannouncementReasonCommandParameterInfo); - + CommandParameterInfo otaSoftwareUpdateRequestorannounceOTAProvidermetadataForNodeCommandParameterInfo = new CommandParameterInfo("metadataForNode", Optional.class, byte[].class); otaSoftwareUpdateRequestorannounceOTAProviderCommandParams.put("metadataForNode",otaSoftwareUpdateRequestorannounceOTAProvidermetadataForNodeCommandParameterInfo); - + CommandParameterInfo otaSoftwareUpdateRequestorannounceOTAProviderendpointCommandParameterInfo = new CommandParameterInfo("endpoint", Integer.class, Integer.class); otaSoftwareUpdateRequestorannounceOTAProviderCommandParams.put("endpoint",otaSoftwareUpdateRequestorannounceOTAProviderendpointCommandParameterInfo); - + InteractionInfo otaSoftwareUpdateRequestorannounceOTAProviderInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.OtaSoftwareUpdateRequestorCluster) cluster) @@ -11922,7 +11922,7 @@ public Map> getCommandMap() { commandArguments.get("metadataForNode") , (Integer) commandArguments.get("endpoint") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -11944,10 +11944,10 @@ public Map> getCommandMap() { Map generalCommissioningarmFailSafeCommandParams = new LinkedHashMap(); CommandParameterInfo generalCommissioningarmFailSafeexpiryLengthSecondsCommandParameterInfo = new CommandParameterInfo("expiryLengthSeconds", Integer.class, Integer.class); generalCommissioningarmFailSafeCommandParams.put("expiryLengthSeconds",generalCommissioningarmFailSafeexpiryLengthSecondsCommandParameterInfo); - + CommandParameterInfo generalCommissioningarmFailSafebreadcrumbCommandParameterInfo = new CommandParameterInfo("breadcrumb", Long.class, Long.class); generalCommissioningarmFailSafeCommandParams.put("breadcrumb",generalCommissioningarmFailSafebreadcrumbCommandParameterInfo); - + InteractionInfo generalCommissioningarmFailSafeInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.GeneralCommissioningCluster) cluster) @@ -11956,7 +11956,7 @@ public Map> getCommandMap() { commandArguments.get("expiryLengthSeconds") , (Long) commandArguments.get("breadcrumb") - + ); }, () -> new DelegatedGeneralCommissioningClusterArmFailSafeResponseCallback(), @@ -11966,13 +11966,13 @@ public Map> getCommandMap() { Map generalCommissioningsetRegulatoryConfigCommandParams = new LinkedHashMap(); CommandParameterInfo generalCommissioningsetRegulatoryConfignewRegulatoryConfigCommandParameterInfo = new CommandParameterInfo("newRegulatoryConfig", Integer.class, Integer.class); generalCommissioningsetRegulatoryConfigCommandParams.put("newRegulatoryConfig",generalCommissioningsetRegulatoryConfignewRegulatoryConfigCommandParameterInfo); - + CommandParameterInfo generalCommissioningsetRegulatoryConfigcountryCodeCommandParameterInfo = new CommandParameterInfo("countryCode", String.class, String.class); generalCommissioningsetRegulatoryConfigCommandParams.put("countryCode",generalCommissioningsetRegulatoryConfigcountryCodeCommandParameterInfo); - + CommandParameterInfo generalCommissioningsetRegulatoryConfigbreadcrumbCommandParameterInfo = new CommandParameterInfo("breadcrumb", Long.class, Long.class); generalCommissioningsetRegulatoryConfigCommandParams.put("breadcrumb",generalCommissioningsetRegulatoryConfigbreadcrumbCommandParameterInfo); - + InteractionInfo generalCommissioningsetRegulatoryConfigInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.GeneralCommissioningCluster) cluster) @@ -11983,7 +11983,7 @@ public Map> getCommandMap() { commandArguments.get("countryCode") , (Long) commandArguments.get("breadcrumb") - + ); }, () -> new DelegatedGeneralCommissioningClusterSetRegulatoryConfigResponseCallback(), @@ -11995,7 +11995,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.GeneralCommissioningCluster) cluster) .commissioningComplete((ChipClusters.GeneralCommissioningCluster.CommissioningCompleteResponseCallback) callback - + ); }, () -> new DelegatedGeneralCommissioningClusterCommissioningCompleteResponseCallback(), @@ -12007,10 +12007,10 @@ public Map> getCommandMap() { Map networkCommissioningscanNetworksCommandParams = new LinkedHashMap(); CommandParameterInfo networkCommissioningscanNetworksssidCommandParameterInfo = new CommandParameterInfo("ssid", Optional.class, byte[].class); networkCommissioningscanNetworksCommandParams.put("ssid",networkCommissioningscanNetworksssidCommandParameterInfo); - + CommandParameterInfo networkCommissioningscanNetworksbreadcrumbCommandParameterInfo = new CommandParameterInfo("breadcrumb", Optional.class, Long.class); networkCommissioningscanNetworksCommandParams.put("breadcrumb",networkCommissioningscanNetworksbreadcrumbCommandParameterInfo); - + InteractionInfo networkCommissioningscanNetworksInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.NetworkCommissioningCluster) cluster) @@ -12019,7 +12019,7 @@ public Map> getCommandMap() { commandArguments.get("ssid") , (Optional) commandArguments.get("breadcrumb") - + ); }, () -> new DelegatedNetworkCommissioningClusterScanNetworksResponseCallback(), @@ -12029,13 +12029,13 @@ public Map> getCommandMap() { Map networkCommissioningaddOrUpdateWiFiNetworkCommandParams = new LinkedHashMap(); CommandParameterInfo networkCommissioningaddOrUpdateWiFiNetworkssidCommandParameterInfo = new CommandParameterInfo("ssid", byte[].class, byte[].class); networkCommissioningaddOrUpdateWiFiNetworkCommandParams.put("ssid",networkCommissioningaddOrUpdateWiFiNetworkssidCommandParameterInfo); - + CommandParameterInfo networkCommissioningaddOrUpdateWiFiNetworkcredentialsCommandParameterInfo = new CommandParameterInfo("credentials", byte[].class, byte[].class); networkCommissioningaddOrUpdateWiFiNetworkCommandParams.put("credentials",networkCommissioningaddOrUpdateWiFiNetworkcredentialsCommandParameterInfo); - + CommandParameterInfo networkCommissioningaddOrUpdateWiFiNetworkbreadcrumbCommandParameterInfo = new CommandParameterInfo("breadcrumb", Optional.class, Long.class); networkCommissioningaddOrUpdateWiFiNetworkCommandParams.put("breadcrumb",networkCommissioningaddOrUpdateWiFiNetworkbreadcrumbCommandParameterInfo); - + InteractionInfo networkCommissioningaddOrUpdateWiFiNetworkInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.NetworkCommissioningCluster) cluster) @@ -12046,7 +12046,7 @@ public Map> getCommandMap() { commandArguments.get("credentials") , (Optional) commandArguments.get("breadcrumb") - + ); }, () -> new DelegatedNetworkCommissioningClusterNetworkConfigResponseCallback(), @@ -12056,10 +12056,10 @@ public Map> getCommandMap() { Map networkCommissioningaddOrUpdateThreadNetworkCommandParams = new LinkedHashMap(); CommandParameterInfo networkCommissioningaddOrUpdateThreadNetworkoperationalDatasetCommandParameterInfo = new CommandParameterInfo("operationalDataset", byte[].class, byte[].class); networkCommissioningaddOrUpdateThreadNetworkCommandParams.put("operationalDataset",networkCommissioningaddOrUpdateThreadNetworkoperationalDatasetCommandParameterInfo); - + CommandParameterInfo networkCommissioningaddOrUpdateThreadNetworkbreadcrumbCommandParameterInfo = new CommandParameterInfo("breadcrumb", Optional.class, Long.class); networkCommissioningaddOrUpdateThreadNetworkCommandParams.put("breadcrumb",networkCommissioningaddOrUpdateThreadNetworkbreadcrumbCommandParameterInfo); - + InteractionInfo networkCommissioningaddOrUpdateThreadNetworkInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.NetworkCommissioningCluster) cluster) @@ -12068,7 +12068,7 @@ public Map> getCommandMap() { commandArguments.get("operationalDataset") , (Optional) commandArguments.get("breadcrumb") - + ); }, () -> new DelegatedNetworkCommissioningClusterNetworkConfigResponseCallback(), @@ -12078,10 +12078,10 @@ public Map> getCommandMap() { Map networkCommissioningremoveNetworkCommandParams = new LinkedHashMap(); CommandParameterInfo networkCommissioningremoveNetworknetworkIDCommandParameterInfo = new CommandParameterInfo("networkID", byte[].class, byte[].class); networkCommissioningremoveNetworkCommandParams.put("networkID",networkCommissioningremoveNetworknetworkIDCommandParameterInfo); - + CommandParameterInfo networkCommissioningremoveNetworkbreadcrumbCommandParameterInfo = new CommandParameterInfo("breadcrumb", Optional.class, Long.class); networkCommissioningremoveNetworkCommandParams.put("breadcrumb",networkCommissioningremoveNetworkbreadcrumbCommandParameterInfo); - + InteractionInfo networkCommissioningremoveNetworkInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.NetworkCommissioningCluster) cluster) @@ -12090,7 +12090,7 @@ public Map> getCommandMap() { commandArguments.get("networkID") , (Optional) commandArguments.get("breadcrumb") - + ); }, () -> new DelegatedNetworkCommissioningClusterNetworkConfigResponseCallback(), @@ -12100,10 +12100,10 @@ public Map> getCommandMap() { Map networkCommissioningconnectNetworkCommandParams = new LinkedHashMap(); CommandParameterInfo networkCommissioningconnectNetworknetworkIDCommandParameterInfo = new CommandParameterInfo("networkID", byte[].class, byte[].class); networkCommissioningconnectNetworkCommandParams.put("networkID",networkCommissioningconnectNetworknetworkIDCommandParameterInfo); - + CommandParameterInfo networkCommissioningconnectNetworkbreadcrumbCommandParameterInfo = new CommandParameterInfo("breadcrumb", Optional.class, Long.class); networkCommissioningconnectNetworkCommandParams.put("breadcrumb",networkCommissioningconnectNetworkbreadcrumbCommandParameterInfo); - + InteractionInfo networkCommissioningconnectNetworkInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.NetworkCommissioningCluster) cluster) @@ -12112,7 +12112,7 @@ public Map> getCommandMap() { commandArguments.get("networkID") , (Optional) commandArguments.get("breadcrumb") - + ); }, () -> new DelegatedNetworkCommissioningClusterConnectNetworkResponseCallback(), @@ -12122,13 +12122,13 @@ public Map> getCommandMap() { Map networkCommissioningreorderNetworkCommandParams = new LinkedHashMap(); CommandParameterInfo networkCommissioningreorderNetworknetworkIDCommandParameterInfo = new CommandParameterInfo("networkID", byte[].class, byte[].class); networkCommissioningreorderNetworkCommandParams.put("networkID",networkCommissioningreorderNetworknetworkIDCommandParameterInfo); - + CommandParameterInfo networkCommissioningreorderNetworknetworkIndexCommandParameterInfo = new CommandParameterInfo("networkIndex", Integer.class, Integer.class); networkCommissioningreorderNetworkCommandParams.put("networkIndex",networkCommissioningreorderNetworknetworkIndexCommandParameterInfo); - + CommandParameterInfo networkCommissioningreorderNetworkbreadcrumbCommandParameterInfo = new CommandParameterInfo("breadcrumb", Optional.class, Long.class); networkCommissioningreorderNetworkCommandParams.put("breadcrumb",networkCommissioningreorderNetworkbreadcrumbCommandParameterInfo); - + InteractionInfo networkCommissioningreorderNetworkInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.NetworkCommissioningCluster) cluster) @@ -12139,7 +12139,7 @@ public Map> getCommandMap() { commandArguments.get("networkIndex") , (Optional) commandArguments.get("breadcrumb") - + ); }, () -> new DelegatedNetworkCommissioningClusterNetworkConfigResponseCallback(), @@ -12151,13 +12151,13 @@ public Map> getCommandMap() { Map diagnosticLogsretrieveLogsRequestCommandParams = new LinkedHashMap(); CommandParameterInfo diagnosticLogsretrieveLogsRequestintentCommandParameterInfo = new CommandParameterInfo("intent", Integer.class, Integer.class); diagnosticLogsretrieveLogsRequestCommandParams.put("intent",diagnosticLogsretrieveLogsRequestintentCommandParameterInfo); - + CommandParameterInfo diagnosticLogsretrieveLogsRequestrequestedProtocolCommandParameterInfo = new CommandParameterInfo("requestedProtocol", Integer.class, Integer.class); diagnosticLogsretrieveLogsRequestCommandParams.put("requestedProtocol",diagnosticLogsretrieveLogsRequestrequestedProtocolCommandParameterInfo); - + CommandParameterInfo diagnosticLogsretrieveLogsRequesttransferFileDesignatorCommandParameterInfo = new CommandParameterInfo("transferFileDesignator", Optional.class, String.class); diagnosticLogsretrieveLogsRequestCommandParams.put("transferFileDesignator",diagnosticLogsretrieveLogsRequesttransferFileDesignatorCommandParameterInfo); - + InteractionInfo diagnosticLogsretrieveLogsRequestInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.DiagnosticLogsCluster) cluster) @@ -12168,7 +12168,7 @@ public Map> getCommandMap() { commandArguments.get("requestedProtocol") , (Optional) commandArguments.get("transferFileDesignator") - + ); }, () -> new DelegatedDiagnosticLogsClusterRetrieveLogsResponseCallback(), @@ -12180,10 +12180,10 @@ public Map> getCommandMap() { Map generalDiagnosticstestEventTriggerCommandParams = new LinkedHashMap(); CommandParameterInfo generalDiagnosticstestEventTriggerenableKeyCommandParameterInfo = new CommandParameterInfo("enableKey", byte[].class, byte[].class); generalDiagnosticstestEventTriggerCommandParams.put("enableKey",generalDiagnosticstestEventTriggerenableKeyCommandParameterInfo); - + CommandParameterInfo generalDiagnosticstestEventTriggereventTriggerCommandParameterInfo = new CommandParameterInfo("eventTrigger", Long.class, Long.class); generalDiagnosticstestEventTriggerCommandParams.put("eventTrigger",generalDiagnosticstestEventTriggereventTriggerCommandParameterInfo); - + InteractionInfo generalDiagnosticstestEventTriggerInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.GeneralDiagnosticsCluster) cluster) @@ -12192,7 +12192,7 @@ public Map> getCommandMap() { commandArguments.get("enableKey") , (Long) commandArguments.get("eventTrigger") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -12206,7 +12206,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.SoftwareDiagnosticsCluster) cluster) .resetWatermarks((DefaultClusterCallback) callback - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -12220,7 +12220,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.ThreadNetworkDiagnosticsCluster) cluster) .resetCounts((DefaultClusterCallback) callback - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -12234,7 +12234,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.WiFiNetworkDiagnosticsCluster) cluster) .resetCounts((DefaultClusterCallback) callback - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -12248,7 +12248,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.EthernetNetworkDiagnosticsCluster) cluster) .resetCounts((DefaultClusterCallback) callback - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -12264,19 +12264,19 @@ public Map> getCommandMap() { Map administratorCommissioningopenCommissioningWindowCommandParams = new LinkedHashMap(); CommandParameterInfo administratorCommissioningopenCommissioningWindowcommissioningTimeoutCommandParameterInfo = new CommandParameterInfo("commissioningTimeout", Integer.class, Integer.class); administratorCommissioningopenCommissioningWindowCommandParams.put("commissioningTimeout",administratorCommissioningopenCommissioningWindowcommissioningTimeoutCommandParameterInfo); - + CommandParameterInfo administratorCommissioningopenCommissioningWindowPAKEPasscodeVerifierCommandParameterInfo = new CommandParameterInfo("PAKEPasscodeVerifier", byte[].class, byte[].class); administratorCommissioningopenCommissioningWindowCommandParams.put("PAKEPasscodeVerifier",administratorCommissioningopenCommissioningWindowPAKEPasscodeVerifierCommandParameterInfo); - + CommandParameterInfo administratorCommissioningopenCommissioningWindowdiscriminatorCommandParameterInfo = new CommandParameterInfo("discriminator", Integer.class, Integer.class); administratorCommissioningopenCommissioningWindowCommandParams.put("discriminator",administratorCommissioningopenCommissioningWindowdiscriminatorCommandParameterInfo); - + CommandParameterInfo administratorCommissioningopenCommissioningWindowiterationsCommandParameterInfo = new CommandParameterInfo("iterations", Long.class, Long.class); administratorCommissioningopenCommissioningWindowCommandParams.put("iterations",administratorCommissioningopenCommissioningWindowiterationsCommandParameterInfo); - + CommandParameterInfo administratorCommissioningopenCommissioningWindowsaltCommandParameterInfo = new CommandParameterInfo("salt", byte[].class, byte[].class); administratorCommissioningopenCommissioningWindowCommandParams.put("salt",administratorCommissioningopenCommissioningWindowsaltCommandParameterInfo); - + InteractionInfo administratorCommissioningopenCommissioningWindowInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.AdministratorCommissioningCluster) cluster) @@ -12301,7 +12301,7 @@ public Map> getCommandMap() { Map administratorCommissioningopenBasicCommissioningWindowCommandParams = new LinkedHashMap(); CommandParameterInfo administratorCommissioningopenBasicCommissioningWindowcommissioningTimeoutCommandParameterInfo = new CommandParameterInfo("commissioningTimeout", Integer.class, Integer.class); administratorCommissioningopenBasicCommissioningWindowCommandParams.put("commissioningTimeout",administratorCommissioningopenBasicCommissioningWindowcommissioningTimeoutCommandParameterInfo); - + InteractionInfo administratorCommissioningopenBasicCommissioningWindowInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.AdministratorCommissioningCluster) cluster) @@ -12332,14 +12332,14 @@ public Map> getCommandMap() { Map operationalCredentialsattestationRequestCommandParams = new LinkedHashMap(); CommandParameterInfo operationalCredentialsattestationRequestattestationNonceCommandParameterInfo = new CommandParameterInfo("attestationNonce", byte[].class, byte[].class); operationalCredentialsattestationRequestCommandParams.put("attestationNonce",operationalCredentialsattestationRequestattestationNonceCommandParameterInfo); - + InteractionInfo operationalCredentialsattestationRequestInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.OperationalCredentialsCluster) cluster) .attestationRequest((ChipClusters.OperationalCredentialsCluster.AttestationResponseCallback) callback , (byte[]) commandArguments.get("attestationNonce") - + ); }, () -> new DelegatedOperationalCredentialsClusterAttestationResponseCallback(), @@ -12349,14 +12349,14 @@ public Map> getCommandMap() { Map operationalCredentialscertificateChainRequestCommandParams = new LinkedHashMap(); CommandParameterInfo operationalCredentialscertificateChainRequestcertificateTypeCommandParameterInfo = new CommandParameterInfo("certificateType", Integer.class, Integer.class); operationalCredentialscertificateChainRequestCommandParams.put("certificateType",operationalCredentialscertificateChainRequestcertificateTypeCommandParameterInfo); - + InteractionInfo operationalCredentialscertificateChainRequestInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.OperationalCredentialsCluster) cluster) .certificateChainRequest((ChipClusters.OperationalCredentialsCluster.CertificateChainResponseCallback) callback , (Integer) commandArguments.get("certificateType") - + ); }, () -> new DelegatedOperationalCredentialsClusterCertificateChainResponseCallback(), @@ -12366,10 +12366,10 @@ public Map> getCommandMap() { Map operationalCredentialsCSRRequestCommandParams = new LinkedHashMap(); CommandParameterInfo operationalCredentialsCSRRequestCSRNonceCommandParameterInfo = new CommandParameterInfo("CSRNonce", byte[].class, byte[].class); operationalCredentialsCSRRequestCommandParams.put("CSRNonce",operationalCredentialsCSRRequestCSRNonceCommandParameterInfo); - + CommandParameterInfo operationalCredentialsCSRRequestisForUpdateNOCCommandParameterInfo = new CommandParameterInfo("isForUpdateNOC", Optional.class, Boolean.class); operationalCredentialsCSRRequestCommandParams.put("isForUpdateNOC",operationalCredentialsCSRRequestisForUpdateNOCCommandParameterInfo); - + InteractionInfo operationalCredentialsCSRRequestInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.OperationalCredentialsCluster) cluster) @@ -12378,7 +12378,7 @@ public Map> getCommandMap() { commandArguments.get("CSRNonce") , (Optional) commandArguments.get("isForUpdateNOC") - + ); }, () -> new DelegatedOperationalCredentialsClusterCSRResponseCallback(), @@ -12388,19 +12388,19 @@ public Map> getCommandMap() { Map operationalCredentialsaddNOCCommandParams = new LinkedHashMap(); CommandParameterInfo operationalCredentialsaddNOCNOCValueCommandParameterInfo = new CommandParameterInfo("NOCValue", byte[].class, byte[].class); operationalCredentialsaddNOCCommandParams.put("NOCValue",operationalCredentialsaddNOCNOCValueCommandParameterInfo); - + CommandParameterInfo operationalCredentialsaddNOCICACValueCommandParameterInfo = new CommandParameterInfo("ICACValue", Optional.class, byte[].class); operationalCredentialsaddNOCCommandParams.put("ICACValue",operationalCredentialsaddNOCICACValueCommandParameterInfo); - + CommandParameterInfo operationalCredentialsaddNOCIPKValueCommandParameterInfo = new CommandParameterInfo("IPKValue", byte[].class, byte[].class); operationalCredentialsaddNOCCommandParams.put("IPKValue",operationalCredentialsaddNOCIPKValueCommandParameterInfo); - + CommandParameterInfo operationalCredentialsaddNOCcaseAdminSubjectCommandParameterInfo = new CommandParameterInfo("caseAdminSubject", Long.class, Long.class); operationalCredentialsaddNOCCommandParams.put("caseAdminSubject",operationalCredentialsaddNOCcaseAdminSubjectCommandParameterInfo); - + CommandParameterInfo operationalCredentialsaddNOCadminVendorIdCommandParameterInfo = new CommandParameterInfo("adminVendorId", Integer.class, Integer.class); operationalCredentialsaddNOCCommandParams.put("adminVendorId",operationalCredentialsaddNOCadminVendorIdCommandParameterInfo); - + InteractionInfo operationalCredentialsaddNOCInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.OperationalCredentialsCluster) cluster) @@ -12415,7 +12415,7 @@ public Map> getCommandMap() { commandArguments.get("caseAdminSubject") , (Integer) commandArguments.get("adminVendorId") - + ); }, () -> new DelegatedOperationalCredentialsClusterNOCResponseCallback(), @@ -12425,10 +12425,10 @@ public Map> getCommandMap() { Map operationalCredentialsupdateNOCCommandParams = new LinkedHashMap(); CommandParameterInfo operationalCredentialsupdateNOCNOCValueCommandParameterInfo = new CommandParameterInfo("NOCValue", byte[].class, byte[].class); operationalCredentialsupdateNOCCommandParams.put("NOCValue",operationalCredentialsupdateNOCNOCValueCommandParameterInfo); - + CommandParameterInfo operationalCredentialsupdateNOCICACValueCommandParameterInfo = new CommandParameterInfo("ICACValue", Optional.class, byte[].class); operationalCredentialsupdateNOCCommandParams.put("ICACValue",operationalCredentialsupdateNOCICACValueCommandParameterInfo); - + InteractionInfo operationalCredentialsupdateNOCInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.OperationalCredentialsCluster) cluster) @@ -12437,7 +12437,7 @@ public Map> getCommandMap() { commandArguments.get("NOCValue") , (Optional) commandArguments.get("ICACValue") - + ); }, () -> new DelegatedOperationalCredentialsClusterNOCResponseCallback(), @@ -12447,14 +12447,14 @@ public Map> getCommandMap() { Map operationalCredentialsupdateFabricLabelCommandParams = new LinkedHashMap(); CommandParameterInfo operationalCredentialsupdateFabricLabellabelCommandParameterInfo = new CommandParameterInfo("label", String.class, String.class); operationalCredentialsupdateFabricLabelCommandParams.put("label",operationalCredentialsupdateFabricLabellabelCommandParameterInfo); - + InteractionInfo operationalCredentialsupdateFabricLabelInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.OperationalCredentialsCluster) cluster) .updateFabricLabel((ChipClusters.OperationalCredentialsCluster.NOCResponseCallback) callback , (String) commandArguments.get("label") - + ); }, () -> new DelegatedOperationalCredentialsClusterNOCResponseCallback(), @@ -12464,14 +12464,14 @@ public Map> getCommandMap() { Map operationalCredentialsremoveFabricCommandParams = new LinkedHashMap(); CommandParameterInfo operationalCredentialsremoveFabricfabricIndexCommandParameterInfo = new CommandParameterInfo("fabricIndex", Integer.class, Integer.class); operationalCredentialsremoveFabricCommandParams.put("fabricIndex",operationalCredentialsremoveFabricfabricIndexCommandParameterInfo); - + InteractionInfo operationalCredentialsremoveFabricInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.OperationalCredentialsCluster) cluster) .removeFabric((ChipClusters.OperationalCredentialsCluster.NOCResponseCallback) callback , (Integer) commandArguments.get("fabricIndex") - + ); }, () -> new DelegatedOperationalCredentialsClusterNOCResponseCallback(), @@ -12481,14 +12481,14 @@ public Map> getCommandMap() { Map operationalCredentialsaddTrustedRootCertificateCommandParams = new LinkedHashMap(); CommandParameterInfo operationalCredentialsaddTrustedRootCertificaterootCACertificateCommandParameterInfo = new CommandParameterInfo("rootCACertificate", byte[].class, byte[].class); operationalCredentialsaddTrustedRootCertificateCommandParams.put("rootCACertificate",operationalCredentialsaddTrustedRootCertificaterootCACertificateCommandParameterInfo); - + InteractionInfo operationalCredentialsaddTrustedRootCertificateInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.OperationalCredentialsCluster) cluster) .addTrustedRootCertificate((DefaultClusterCallback) callback , (byte[]) commandArguments.get("rootCACertificate") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -12504,7 +12504,7 @@ public Map> getCommandMap() { .keySetWrite((DefaultClusterCallback) callback , (ChipStructs.GroupKeyManagementClusterGroupKeySetStruct) commandArguments.get("groupKeySet") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -12514,14 +12514,14 @@ public Map> getCommandMap() { Map groupKeyManagementkeySetReadCommandParams = new LinkedHashMap(); CommandParameterInfo groupKeyManagementkeySetReadgroupKeySetIDCommandParameterInfo = new CommandParameterInfo("groupKeySetID", Integer.class, Integer.class); groupKeyManagementkeySetReadCommandParams.put("groupKeySetID",groupKeyManagementkeySetReadgroupKeySetIDCommandParameterInfo); - + InteractionInfo groupKeyManagementkeySetReadInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.GroupKeyManagementCluster) cluster) .keySetRead((ChipClusters.GroupKeyManagementCluster.KeySetReadResponseCallback) callback , (Integer) commandArguments.get("groupKeySetID") - + ); }, () -> new DelegatedGroupKeyManagementClusterKeySetReadResponseCallback(), @@ -12531,14 +12531,14 @@ public Map> getCommandMap() { Map groupKeyManagementkeySetRemoveCommandParams = new LinkedHashMap(); CommandParameterInfo groupKeyManagementkeySetRemovegroupKeySetIDCommandParameterInfo = new CommandParameterInfo("groupKeySetID", Integer.class, Integer.class); groupKeyManagementkeySetRemoveCommandParams.put("groupKeySetID",groupKeyManagementkeySetRemovegroupKeySetIDCommandParameterInfo); - + InteractionInfo groupKeyManagementkeySetRemoveInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.GroupKeyManagementCluster) cluster) .keySetRemove((DefaultClusterCallback) callback , (Integer) commandArguments.get("groupKeySetID") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -12548,14 +12548,14 @@ public Map> getCommandMap() { Map groupKeyManagementkeySetReadAllIndicesCommandParams = new LinkedHashMap(); CommandParameterInfo groupKeyManagementkeySetReadAllIndicesgroupKeySetIDsCommandParameterInfo = new CommandParameterInfo("groupKeySetIDs", ArrayList.class, Integer.class); groupKeyManagementkeySetReadAllIndicesCommandParams.put("groupKeySetIDs",groupKeyManagementkeySetReadAllIndicesgroupKeySetIDsCommandParameterInfo); - + InteractionInfo groupKeyManagementkeySetReadAllIndicesInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.GroupKeyManagementCluster) cluster) .keySetReadAllIndices((ChipClusters.GroupKeyManagementCluster.KeySetReadAllIndicesResponseCallback) callback , (ArrayList) commandArguments.get("groupKeySetIDs") - + ); }, () -> new DelegatedGroupKeyManagementClusterKeySetReadAllIndicesResponseCallback(), @@ -12573,14 +12573,14 @@ public Map> getCommandMap() { Map modeSelectchangeToModeCommandParams = new LinkedHashMap(); CommandParameterInfo modeSelectchangeToModenewModeCommandParameterInfo = new CommandParameterInfo("newMode", Integer.class, Integer.class); modeSelectchangeToModeCommandParams.put("newMode",modeSelectchangeToModenewModeCommandParameterInfo); - + InteractionInfo modeSelectchangeToModeInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ModeSelectCluster) cluster) .changeToMode((DefaultClusterCallback) callback , (Integer) commandArguments.get("newMode") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -12592,7 +12592,7 @@ public Map> getCommandMap() { Map doorLocklockDoorCommandParams = new LinkedHashMap(); CommandParameterInfo doorLocklockDoorPINCodeCommandParameterInfo = new CommandParameterInfo("PINCode", Optional.class, byte[].class); doorLocklockDoorCommandParams.put("PINCode",doorLocklockDoorPINCodeCommandParameterInfo); - + InteractionInfo doorLocklockDoorInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.DoorLockCluster) cluster) @@ -12609,7 +12609,7 @@ public Map> getCommandMap() { Map doorLockunlockDoorCommandParams = new LinkedHashMap(); CommandParameterInfo doorLockunlockDoorPINCodeCommandParameterInfo = new CommandParameterInfo("PINCode", Optional.class, byte[].class); doorLockunlockDoorCommandParams.put("PINCode",doorLockunlockDoorPINCodeCommandParameterInfo); - + InteractionInfo doorLockunlockDoorInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.DoorLockCluster) cluster) @@ -12626,10 +12626,10 @@ public Map> getCommandMap() { Map doorLockunlockWithTimeoutCommandParams = new LinkedHashMap(); CommandParameterInfo doorLockunlockWithTimeouttimeoutCommandParameterInfo = new CommandParameterInfo("timeout", Integer.class, Integer.class); doorLockunlockWithTimeoutCommandParams.put("timeout",doorLockunlockWithTimeouttimeoutCommandParameterInfo); - + CommandParameterInfo doorLockunlockWithTimeoutPINCodeCommandParameterInfo = new CommandParameterInfo("PINCode", Optional.class, byte[].class); doorLockunlockWithTimeoutCommandParams.put("PINCode",doorLockunlockWithTimeoutPINCodeCommandParameterInfo); - + InteractionInfo doorLockunlockWithTimeoutInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.DoorLockCluster) cluster) @@ -12648,25 +12648,25 @@ public Map> getCommandMap() { Map doorLocksetWeekDayScheduleCommandParams = new LinkedHashMap(); CommandParameterInfo doorLocksetWeekDayScheduleweekDayIndexCommandParameterInfo = new CommandParameterInfo("weekDayIndex", Integer.class, Integer.class); doorLocksetWeekDayScheduleCommandParams.put("weekDayIndex",doorLocksetWeekDayScheduleweekDayIndexCommandParameterInfo); - + CommandParameterInfo doorLocksetWeekDayScheduleuserIndexCommandParameterInfo = new CommandParameterInfo("userIndex", Integer.class, Integer.class); doorLocksetWeekDayScheduleCommandParams.put("userIndex",doorLocksetWeekDayScheduleuserIndexCommandParameterInfo); - + CommandParameterInfo doorLocksetWeekDayScheduledaysMaskCommandParameterInfo = new CommandParameterInfo("daysMask", Integer.class, Integer.class); doorLocksetWeekDayScheduleCommandParams.put("daysMask",doorLocksetWeekDayScheduledaysMaskCommandParameterInfo); - + CommandParameterInfo doorLocksetWeekDaySchedulestartHourCommandParameterInfo = new CommandParameterInfo("startHour", Integer.class, Integer.class); doorLocksetWeekDayScheduleCommandParams.put("startHour",doorLocksetWeekDaySchedulestartHourCommandParameterInfo); - + CommandParameterInfo doorLocksetWeekDaySchedulestartMinuteCommandParameterInfo = new CommandParameterInfo("startMinute", Integer.class, Integer.class); doorLocksetWeekDayScheduleCommandParams.put("startMinute",doorLocksetWeekDaySchedulestartMinuteCommandParameterInfo); - + CommandParameterInfo doorLocksetWeekDayScheduleendHourCommandParameterInfo = new CommandParameterInfo("endHour", Integer.class, Integer.class); doorLocksetWeekDayScheduleCommandParams.put("endHour",doorLocksetWeekDayScheduleendHourCommandParameterInfo); - + CommandParameterInfo doorLocksetWeekDayScheduleendMinuteCommandParameterInfo = new CommandParameterInfo("endMinute", Integer.class, Integer.class); doorLocksetWeekDayScheduleCommandParams.put("endMinute",doorLocksetWeekDayScheduleendMinuteCommandParameterInfo); - + InteractionInfo doorLocksetWeekDayScheduleInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.DoorLockCluster) cluster) @@ -12685,7 +12685,7 @@ public Map> getCommandMap() { commandArguments.get("endHour") , (Integer) commandArguments.get("endMinute") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -12695,10 +12695,10 @@ public Map> getCommandMap() { Map doorLockgetWeekDayScheduleCommandParams = new LinkedHashMap(); CommandParameterInfo doorLockgetWeekDayScheduleweekDayIndexCommandParameterInfo = new CommandParameterInfo("weekDayIndex", Integer.class, Integer.class); doorLockgetWeekDayScheduleCommandParams.put("weekDayIndex",doorLockgetWeekDayScheduleweekDayIndexCommandParameterInfo); - + CommandParameterInfo doorLockgetWeekDayScheduleuserIndexCommandParameterInfo = new CommandParameterInfo("userIndex", Integer.class, Integer.class); doorLockgetWeekDayScheduleCommandParams.put("userIndex",doorLockgetWeekDayScheduleuserIndexCommandParameterInfo); - + InteractionInfo doorLockgetWeekDayScheduleInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.DoorLockCluster) cluster) @@ -12707,7 +12707,7 @@ public Map> getCommandMap() { commandArguments.get("weekDayIndex") , (Integer) commandArguments.get("userIndex") - + ); }, () -> new DelegatedDoorLockClusterGetWeekDayScheduleResponseCallback(), @@ -12717,10 +12717,10 @@ public Map> getCommandMap() { Map doorLockclearWeekDayScheduleCommandParams = new LinkedHashMap(); CommandParameterInfo doorLockclearWeekDayScheduleweekDayIndexCommandParameterInfo = new CommandParameterInfo("weekDayIndex", Integer.class, Integer.class); doorLockclearWeekDayScheduleCommandParams.put("weekDayIndex",doorLockclearWeekDayScheduleweekDayIndexCommandParameterInfo); - + CommandParameterInfo doorLockclearWeekDayScheduleuserIndexCommandParameterInfo = new CommandParameterInfo("userIndex", Integer.class, Integer.class); doorLockclearWeekDayScheduleCommandParams.put("userIndex",doorLockclearWeekDayScheduleuserIndexCommandParameterInfo); - + InteractionInfo doorLockclearWeekDayScheduleInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.DoorLockCluster) cluster) @@ -12729,7 +12729,7 @@ public Map> getCommandMap() { commandArguments.get("weekDayIndex") , (Integer) commandArguments.get("userIndex") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -12739,16 +12739,16 @@ public Map> getCommandMap() { Map doorLocksetYearDayScheduleCommandParams = new LinkedHashMap(); CommandParameterInfo doorLocksetYearDayScheduleyearDayIndexCommandParameterInfo = new CommandParameterInfo("yearDayIndex", Integer.class, Integer.class); doorLocksetYearDayScheduleCommandParams.put("yearDayIndex",doorLocksetYearDayScheduleyearDayIndexCommandParameterInfo); - + CommandParameterInfo doorLocksetYearDayScheduleuserIndexCommandParameterInfo = new CommandParameterInfo("userIndex", Integer.class, Integer.class); doorLocksetYearDayScheduleCommandParams.put("userIndex",doorLocksetYearDayScheduleuserIndexCommandParameterInfo); - + CommandParameterInfo doorLocksetYearDaySchedulelocalStartTimeCommandParameterInfo = new CommandParameterInfo("localStartTime", Long.class, Long.class); doorLocksetYearDayScheduleCommandParams.put("localStartTime",doorLocksetYearDaySchedulelocalStartTimeCommandParameterInfo); - + CommandParameterInfo doorLocksetYearDaySchedulelocalEndTimeCommandParameterInfo = new CommandParameterInfo("localEndTime", Long.class, Long.class); doorLocksetYearDayScheduleCommandParams.put("localEndTime",doorLocksetYearDaySchedulelocalEndTimeCommandParameterInfo); - + InteractionInfo doorLocksetYearDayScheduleInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.DoorLockCluster) cluster) @@ -12761,7 +12761,7 @@ public Map> getCommandMap() { commandArguments.get("localStartTime") , (Long) commandArguments.get("localEndTime") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -12771,10 +12771,10 @@ public Map> getCommandMap() { Map doorLockgetYearDayScheduleCommandParams = new LinkedHashMap(); CommandParameterInfo doorLockgetYearDayScheduleyearDayIndexCommandParameterInfo = new CommandParameterInfo("yearDayIndex", Integer.class, Integer.class); doorLockgetYearDayScheduleCommandParams.put("yearDayIndex",doorLockgetYearDayScheduleyearDayIndexCommandParameterInfo); - + CommandParameterInfo doorLockgetYearDayScheduleuserIndexCommandParameterInfo = new CommandParameterInfo("userIndex", Integer.class, Integer.class); doorLockgetYearDayScheduleCommandParams.put("userIndex",doorLockgetYearDayScheduleuserIndexCommandParameterInfo); - + InteractionInfo doorLockgetYearDayScheduleInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.DoorLockCluster) cluster) @@ -12783,7 +12783,7 @@ public Map> getCommandMap() { commandArguments.get("yearDayIndex") , (Integer) commandArguments.get("userIndex") - + ); }, () -> new DelegatedDoorLockClusterGetYearDayScheduleResponseCallback(), @@ -12793,10 +12793,10 @@ public Map> getCommandMap() { Map doorLockclearYearDayScheduleCommandParams = new LinkedHashMap(); CommandParameterInfo doorLockclearYearDayScheduleyearDayIndexCommandParameterInfo = new CommandParameterInfo("yearDayIndex", Integer.class, Integer.class); doorLockclearYearDayScheduleCommandParams.put("yearDayIndex",doorLockclearYearDayScheduleyearDayIndexCommandParameterInfo); - + CommandParameterInfo doorLockclearYearDayScheduleuserIndexCommandParameterInfo = new CommandParameterInfo("userIndex", Integer.class, Integer.class); doorLockclearYearDayScheduleCommandParams.put("userIndex",doorLockclearYearDayScheduleuserIndexCommandParameterInfo); - + InteractionInfo doorLockclearYearDayScheduleInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.DoorLockCluster) cluster) @@ -12805,7 +12805,7 @@ public Map> getCommandMap() { commandArguments.get("yearDayIndex") , (Integer) commandArguments.get("userIndex") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -12815,16 +12815,16 @@ public Map> getCommandMap() { Map doorLocksetHolidayScheduleCommandParams = new LinkedHashMap(); CommandParameterInfo doorLocksetHolidayScheduleholidayIndexCommandParameterInfo = new CommandParameterInfo("holidayIndex", Integer.class, Integer.class); doorLocksetHolidayScheduleCommandParams.put("holidayIndex",doorLocksetHolidayScheduleholidayIndexCommandParameterInfo); - + CommandParameterInfo doorLocksetHolidaySchedulelocalStartTimeCommandParameterInfo = new CommandParameterInfo("localStartTime", Long.class, Long.class); doorLocksetHolidayScheduleCommandParams.put("localStartTime",doorLocksetHolidaySchedulelocalStartTimeCommandParameterInfo); - + CommandParameterInfo doorLocksetHolidaySchedulelocalEndTimeCommandParameterInfo = new CommandParameterInfo("localEndTime", Long.class, Long.class); doorLocksetHolidayScheduleCommandParams.put("localEndTime",doorLocksetHolidaySchedulelocalEndTimeCommandParameterInfo); - + CommandParameterInfo doorLocksetHolidayScheduleoperatingModeCommandParameterInfo = new CommandParameterInfo("operatingMode", Integer.class, Integer.class); doorLocksetHolidayScheduleCommandParams.put("operatingMode",doorLocksetHolidayScheduleoperatingModeCommandParameterInfo); - + InteractionInfo doorLocksetHolidayScheduleInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.DoorLockCluster) cluster) @@ -12837,7 +12837,7 @@ public Map> getCommandMap() { commandArguments.get("localEndTime") , (Integer) commandArguments.get("operatingMode") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -12847,14 +12847,14 @@ public Map> getCommandMap() { Map doorLockgetHolidayScheduleCommandParams = new LinkedHashMap(); CommandParameterInfo doorLockgetHolidayScheduleholidayIndexCommandParameterInfo = new CommandParameterInfo("holidayIndex", Integer.class, Integer.class); doorLockgetHolidayScheduleCommandParams.put("holidayIndex",doorLockgetHolidayScheduleholidayIndexCommandParameterInfo); - + InteractionInfo doorLockgetHolidayScheduleInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.DoorLockCluster) cluster) .getHolidaySchedule((ChipClusters.DoorLockCluster.GetHolidayScheduleResponseCallback) callback , (Integer) commandArguments.get("holidayIndex") - + ); }, () -> new DelegatedDoorLockClusterGetHolidayScheduleResponseCallback(), @@ -12864,14 +12864,14 @@ public Map> getCommandMap() { Map doorLockclearHolidayScheduleCommandParams = new LinkedHashMap(); CommandParameterInfo doorLockclearHolidayScheduleholidayIndexCommandParameterInfo = new CommandParameterInfo("holidayIndex", Integer.class, Integer.class); doorLockclearHolidayScheduleCommandParams.put("holidayIndex",doorLockclearHolidayScheduleholidayIndexCommandParameterInfo); - + InteractionInfo doorLockclearHolidayScheduleInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.DoorLockCluster) cluster) .clearHolidaySchedule((DefaultClusterCallback) callback , (Integer) commandArguments.get("holidayIndex") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -12881,25 +12881,25 @@ public Map> getCommandMap() { Map doorLocksetUserCommandParams = new LinkedHashMap(); CommandParameterInfo doorLocksetUseroperationTypeCommandParameterInfo = new CommandParameterInfo("operationType", Integer.class, Integer.class); doorLocksetUserCommandParams.put("operationType",doorLocksetUseroperationTypeCommandParameterInfo); - + CommandParameterInfo doorLocksetUseruserIndexCommandParameterInfo = new CommandParameterInfo("userIndex", Integer.class, Integer.class); doorLocksetUserCommandParams.put("userIndex",doorLocksetUseruserIndexCommandParameterInfo); - + CommandParameterInfo doorLocksetUseruserNameCommandParameterInfo = new CommandParameterInfo("userName", String.class, String.class); doorLocksetUserCommandParams.put("userName",doorLocksetUseruserNameCommandParameterInfo); - + CommandParameterInfo doorLocksetUseruserUniqueIDCommandParameterInfo = new CommandParameterInfo("userUniqueID", Long.class, Long.class); doorLocksetUserCommandParams.put("userUniqueID",doorLocksetUseruserUniqueIDCommandParameterInfo); - + CommandParameterInfo doorLocksetUseruserStatusCommandParameterInfo = new CommandParameterInfo("userStatus", Integer.class, Integer.class); doorLocksetUserCommandParams.put("userStatus",doorLocksetUseruserStatusCommandParameterInfo); - + CommandParameterInfo doorLocksetUseruserTypeCommandParameterInfo = new CommandParameterInfo("userType", Integer.class, Integer.class); doorLocksetUserCommandParams.put("userType",doorLocksetUseruserTypeCommandParameterInfo); - + CommandParameterInfo doorLocksetUsercredentialRuleCommandParameterInfo = new CommandParameterInfo("credentialRule", Integer.class, Integer.class); doorLocksetUserCommandParams.put("credentialRule",doorLocksetUsercredentialRuleCommandParameterInfo); - + InteractionInfo doorLocksetUserInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.DoorLockCluster) cluster) @@ -12928,14 +12928,14 @@ public Map> getCommandMap() { Map doorLockgetUserCommandParams = new LinkedHashMap(); CommandParameterInfo doorLockgetUseruserIndexCommandParameterInfo = new CommandParameterInfo("userIndex", Integer.class, Integer.class); doorLockgetUserCommandParams.put("userIndex",doorLockgetUseruserIndexCommandParameterInfo); - + InteractionInfo doorLockgetUserInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.DoorLockCluster) cluster) .getUser((ChipClusters.DoorLockCluster.GetUserResponseCallback) callback , (Integer) commandArguments.get("userIndex") - + ); }, () -> new DelegatedDoorLockClusterGetUserResponseCallback(), @@ -12945,7 +12945,7 @@ public Map> getCommandMap() { Map doorLockclearUserCommandParams = new LinkedHashMap(); CommandParameterInfo doorLockclearUseruserIndexCommandParameterInfo = new CommandParameterInfo("userIndex", Integer.class, Integer.class); doorLockclearUserCommandParams.put("userIndex",doorLockclearUseruserIndexCommandParameterInfo); - + InteractionInfo doorLockclearUserInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.DoorLockCluster) cluster) @@ -12962,19 +12962,19 @@ public Map> getCommandMap() { Map doorLocksetCredentialCommandParams = new LinkedHashMap(); CommandParameterInfo doorLocksetCredentialoperationTypeCommandParameterInfo = new CommandParameterInfo("operationType", Integer.class, Integer.class); doorLocksetCredentialCommandParams.put("operationType",doorLocksetCredentialoperationTypeCommandParameterInfo); - + CommandParameterInfo doorLocksetCredentialcredentialDataCommandParameterInfo = new CommandParameterInfo("credentialData", byte[].class, byte[].class); doorLocksetCredentialCommandParams.put("credentialData",doorLocksetCredentialcredentialDataCommandParameterInfo); - + CommandParameterInfo doorLocksetCredentialuserIndexCommandParameterInfo = new CommandParameterInfo("userIndex", Integer.class, Integer.class); doorLocksetCredentialCommandParams.put("userIndex",doorLocksetCredentialuserIndexCommandParameterInfo); - + CommandParameterInfo doorLocksetCredentialuserStatusCommandParameterInfo = new CommandParameterInfo("userStatus", Integer.class, Integer.class); doorLocksetCredentialCommandParams.put("userStatus",doorLocksetCredentialuserStatusCommandParameterInfo); - + CommandParameterInfo doorLocksetCredentialuserTypeCommandParameterInfo = new CommandParameterInfo("userType", Integer.class, Integer.class); doorLocksetCredentialCommandParams.put("userType",doorLocksetCredentialuserTypeCommandParameterInfo); - + InteractionInfo doorLocksetCredentialInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.DoorLockCluster) cluster) @@ -13005,7 +13005,7 @@ public Map> getCommandMap() { .getCredentialStatus((ChipClusters.DoorLockCluster.GetCredentialStatusResponseCallback) callback , (ChipStructs.DoorLockClusterCredentialStruct) commandArguments.get("credential") - + ); }, () -> new DelegatedDoorLockClusterGetCredentialStatusResponseCallback(), @@ -13033,7 +13033,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.WindowCoveringCluster) cluster) .upOrOpen((DefaultClusterCallback) callback - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13045,7 +13045,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.WindowCoveringCluster) cluster) .downOrClose((DefaultClusterCallback) callback - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13057,7 +13057,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.WindowCoveringCluster) cluster) .stopMotion((DefaultClusterCallback) callback - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13067,14 +13067,14 @@ public Map> getCommandMap() { Map windowCoveringgoToLiftValueCommandParams = new LinkedHashMap(); CommandParameterInfo windowCoveringgoToLiftValueliftValueCommandParameterInfo = new CommandParameterInfo("liftValue", Integer.class, Integer.class); windowCoveringgoToLiftValueCommandParams.put("liftValue",windowCoveringgoToLiftValueliftValueCommandParameterInfo); - + InteractionInfo windowCoveringgoToLiftValueInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.WindowCoveringCluster) cluster) .goToLiftValue((DefaultClusterCallback) callback , (Integer) commandArguments.get("liftValue") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13084,14 +13084,14 @@ public Map> getCommandMap() { Map windowCoveringgoToLiftPercentageCommandParams = new LinkedHashMap(); CommandParameterInfo windowCoveringgoToLiftPercentageliftPercent100thsValueCommandParameterInfo = new CommandParameterInfo("liftPercent100thsValue", Integer.class, Integer.class); windowCoveringgoToLiftPercentageCommandParams.put("liftPercent100thsValue",windowCoveringgoToLiftPercentageliftPercent100thsValueCommandParameterInfo); - + InteractionInfo windowCoveringgoToLiftPercentageInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.WindowCoveringCluster) cluster) .goToLiftPercentage((DefaultClusterCallback) callback , (Integer) commandArguments.get("liftPercent100thsValue") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13101,14 +13101,14 @@ public Map> getCommandMap() { Map windowCoveringgoToTiltValueCommandParams = new LinkedHashMap(); CommandParameterInfo windowCoveringgoToTiltValuetiltValueCommandParameterInfo = new CommandParameterInfo("tiltValue", Integer.class, Integer.class); windowCoveringgoToTiltValueCommandParams.put("tiltValue",windowCoveringgoToTiltValuetiltValueCommandParameterInfo); - + InteractionInfo windowCoveringgoToTiltValueInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.WindowCoveringCluster) cluster) .goToTiltValue((DefaultClusterCallback) callback , (Integer) commandArguments.get("tiltValue") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13118,14 +13118,14 @@ public Map> getCommandMap() { Map windowCoveringgoToTiltPercentageCommandParams = new LinkedHashMap(); CommandParameterInfo windowCoveringgoToTiltPercentagetiltPercent100thsValueCommandParameterInfo = new CommandParameterInfo("tiltPercent100thsValue", Integer.class, Integer.class); windowCoveringgoToTiltPercentageCommandParams.put("tiltPercent100thsValue",windowCoveringgoToTiltPercentagetiltPercent100thsValueCommandParameterInfo); - + InteractionInfo windowCoveringgoToTiltPercentageInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.WindowCoveringCluster) cluster) .goToTiltPercentage((DefaultClusterCallback) callback , (Integer) commandArguments.get("tiltPercent100thsValue") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13137,14 +13137,14 @@ public Map> getCommandMap() { Map barrierControlbarrierControlGoToPercentCommandParams = new LinkedHashMap(); CommandParameterInfo barrierControlbarrierControlGoToPercentpercentOpenCommandParameterInfo = new CommandParameterInfo("percentOpen", Integer.class, Integer.class); barrierControlbarrierControlGoToPercentCommandParams.put("percentOpen",barrierControlbarrierControlGoToPercentpercentOpenCommandParameterInfo); - + InteractionInfo barrierControlbarrierControlGoToPercentInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.BarrierControlCluster) cluster) .barrierControlGoToPercent((DefaultClusterCallback) callback , (Integer) commandArguments.get("percentOpen") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13156,7 +13156,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.BarrierControlCluster) cluster) .barrierControlStop((DefaultClusterCallback) callback - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13170,10 +13170,10 @@ public Map> getCommandMap() { Map thermostatsetpointRaiseLowerCommandParams = new LinkedHashMap(); CommandParameterInfo thermostatsetpointRaiseLowermodeCommandParameterInfo = new CommandParameterInfo("mode", Integer.class, Integer.class); thermostatsetpointRaiseLowerCommandParams.put("mode",thermostatsetpointRaiseLowermodeCommandParameterInfo); - + CommandParameterInfo thermostatsetpointRaiseLoweramountCommandParameterInfo = new CommandParameterInfo("amount", Integer.class, Integer.class); thermostatsetpointRaiseLowerCommandParams.put("amount",thermostatsetpointRaiseLoweramountCommandParameterInfo); - + InteractionInfo thermostatsetpointRaiseLowerInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ThermostatCluster) cluster) @@ -13182,7 +13182,7 @@ public Map> getCommandMap() { commandArguments.get("mode") , (Integer) commandArguments.get("amount") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13192,13 +13192,13 @@ public Map> getCommandMap() { Map thermostatsetWeeklyScheduleCommandParams = new LinkedHashMap(); CommandParameterInfo thermostatsetWeeklySchedulenumberOfTransitionsForSequenceCommandParameterInfo = new CommandParameterInfo("numberOfTransitionsForSequence", Integer.class, Integer.class); thermostatsetWeeklyScheduleCommandParams.put("numberOfTransitionsForSequence",thermostatsetWeeklySchedulenumberOfTransitionsForSequenceCommandParameterInfo); - + CommandParameterInfo thermostatsetWeeklyScheduledayOfWeekForSequenceCommandParameterInfo = new CommandParameterInfo("dayOfWeekForSequence", Integer.class, Integer.class); thermostatsetWeeklyScheduleCommandParams.put("dayOfWeekForSequence",thermostatsetWeeklyScheduledayOfWeekForSequenceCommandParameterInfo); - + CommandParameterInfo thermostatsetWeeklySchedulemodeForSequenceCommandParameterInfo = new CommandParameterInfo("modeForSequence", Integer.class, Integer.class); thermostatsetWeeklyScheduleCommandParams.put("modeForSequence",thermostatsetWeeklySchedulemodeForSequenceCommandParameterInfo); - + InteractionInfo thermostatsetWeeklyScheduleInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ThermostatCluster) cluster) @@ -13211,7 +13211,7 @@ public Map> getCommandMap() { commandArguments.get("modeForSequence") , (ArrayList) commandArguments.get("transitions") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13221,10 +13221,10 @@ public Map> getCommandMap() { Map thermostatgetWeeklyScheduleCommandParams = new LinkedHashMap(); CommandParameterInfo thermostatgetWeeklyScheduledaysToReturnCommandParameterInfo = new CommandParameterInfo("daysToReturn", Integer.class, Integer.class); thermostatgetWeeklyScheduleCommandParams.put("daysToReturn",thermostatgetWeeklyScheduledaysToReturnCommandParameterInfo); - + CommandParameterInfo thermostatgetWeeklySchedulemodeToReturnCommandParameterInfo = new CommandParameterInfo("modeToReturn", Integer.class, Integer.class); thermostatgetWeeklyScheduleCommandParams.put("modeToReturn",thermostatgetWeeklySchedulemodeToReturnCommandParameterInfo); - + InteractionInfo thermostatgetWeeklyScheduleInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ThermostatCluster) cluster) @@ -13233,7 +13233,7 @@ public Map> getCommandMap() { commandArguments.get("daysToReturn") , (Integer) commandArguments.get("modeToReturn") - + ); }, () -> new DelegatedThermostatClusterGetWeeklyScheduleResponseCallback(), @@ -13245,7 +13245,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.ThermostatCluster) cluster) .clearWeeklySchedule((DefaultClusterCallback) callback - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13261,19 +13261,19 @@ public Map> getCommandMap() { Map colorControlmoveToHueCommandParams = new LinkedHashMap(); CommandParameterInfo colorControlmoveToHuehueCommandParameterInfo = new CommandParameterInfo("hue", Integer.class, Integer.class); colorControlmoveToHueCommandParams.put("hue",colorControlmoveToHuehueCommandParameterInfo); - + CommandParameterInfo colorControlmoveToHuedirectionCommandParameterInfo = new CommandParameterInfo("direction", Integer.class, Integer.class); colorControlmoveToHueCommandParams.put("direction",colorControlmoveToHuedirectionCommandParameterInfo); - + CommandParameterInfo colorControlmoveToHuetransitionTimeCommandParameterInfo = new CommandParameterInfo("transitionTime", Integer.class, Integer.class); colorControlmoveToHueCommandParams.put("transitionTime",colorControlmoveToHuetransitionTimeCommandParameterInfo); - + CommandParameterInfo colorControlmoveToHueoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); colorControlmoveToHueCommandParams.put("optionsMask",colorControlmoveToHueoptionsMaskCommandParameterInfo); - + CommandParameterInfo colorControlmoveToHueoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); colorControlmoveToHueCommandParams.put("optionsOverride",colorControlmoveToHueoptionsOverrideCommandParameterInfo); - + InteractionInfo colorControlmoveToHueInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ColorControlCluster) cluster) @@ -13288,7 +13288,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13298,16 +13298,16 @@ public Map> getCommandMap() { Map colorControlmoveHueCommandParams = new LinkedHashMap(); CommandParameterInfo colorControlmoveHuemoveModeCommandParameterInfo = new CommandParameterInfo("moveMode", Integer.class, Integer.class); colorControlmoveHueCommandParams.put("moveMode",colorControlmoveHuemoveModeCommandParameterInfo); - + CommandParameterInfo colorControlmoveHuerateCommandParameterInfo = new CommandParameterInfo("rate", Integer.class, Integer.class); colorControlmoveHueCommandParams.put("rate",colorControlmoveHuerateCommandParameterInfo); - + CommandParameterInfo colorControlmoveHueoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); colorControlmoveHueCommandParams.put("optionsMask",colorControlmoveHueoptionsMaskCommandParameterInfo); - + CommandParameterInfo colorControlmoveHueoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); colorControlmoveHueCommandParams.put("optionsOverride",colorControlmoveHueoptionsOverrideCommandParameterInfo); - + InteractionInfo colorControlmoveHueInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ColorControlCluster) cluster) @@ -13320,7 +13320,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13330,19 +13330,19 @@ public Map> getCommandMap() { Map colorControlstepHueCommandParams = new LinkedHashMap(); CommandParameterInfo colorControlstepHuestepModeCommandParameterInfo = new CommandParameterInfo("stepMode", Integer.class, Integer.class); colorControlstepHueCommandParams.put("stepMode",colorControlstepHuestepModeCommandParameterInfo); - + CommandParameterInfo colorControlstepHuestepSizeCommandParameterInfo = new CommandParameterInfo("stepSize", Integer.class, Integer.class); colorControlstepHueCommandParams.put("stepSize",colorControlstepHuestepSizeCommandParameterInfo); - + CommandParameterInfo colorControlstepHuetransitionTimeCommandParameterInfo = new CommandParameterInfo("transitionTime", Integer.class, Integer.class); colorControlstepHueCommandParams.put("transitionTime",colorControlstepHuetransitionTimeCommandParameterInfo); - + CommandParameterInfo colorControlstepHueoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); colorControlstepHueCommandParams.put("optionsMask",colorControlstepHueoptionsMaskCommandParameterInfo); - + CommandParameterInfo colorControlstepHueoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); colorControlstepHueCommandParams.put("optionsOverride",colorControlstepHueoptionsOverrideCommandParameterInfo); - + InteractionInfo colorControlstepHueInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ColorControlCluster) cluster) @@ -13357,7 +13357,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13367,16 +13367,16 @@ public Map> getCommandMap() { Map colorControlmoveToSaturationCommandParams = new LinkedHashMap(); CommandParameterInfo colorControlmoveToSaturationsaturationCommandParameterInfo = new CommandParameterInfo("saturation", Integer.class, Integer.class); colorControlmoveToSaturationCommandParams.put("saturation",colorControlmoveToSaturationsaturationCommandParameterInfo); - + CommandParameterInfo colorControlmoveToSaturationtransitionTimeCommandParameterInfo = new CommandParameterInfo("transitionTime", Integer.class, Integer.class); colorControlmoveToSaturationCommandParams.put("transitionTime",colorControlmoveToSaturationtransitionTimeCommandParameterInfo); - + CommandParameterInfo colorControlmoveToSaturationoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); colorControlmoveToSaturationCommandParams.put("optionsMask",colorControlmoveToSaturationoptionsMaskCommandParameterInfo); - + CommandParameterInfo colorControlmoveToSaturationoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); colorControlmoveToSaturationCommandParams.put("optionsOverride",colorControlmoveToSaturationoptionsOverrideCommandParameterInfo); - + InteractionInfo colorControlmoveToSaturationInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ColorControlCluster) cluster) @@ -13389,7 +13389,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13399,16 +13399,16 @@ public Map> getCommandMap() { Map colorControlmoveSaturationCommandParams = new LinkedHashMap(); CommandParameterInfo colorControlmoveSaturationmoveModeCommandParameterInfo = new CommandParameterInfo("moveMode", Integer.class, Integer.class); colorControlmoveSaturationCommandParams.put("moveMode",colorControlmoveSaturationmoveModeCommandParameterInfo); - + CommandParameterInfo colorControlmoveSaturationrateCommandParameterInfo = new CommandParameterInfo("rate", Integer.class, Integer.class); colorControlmoveSaturationCommandParams.put("rate",colorControlmoveSaturationrateCommandParameterInfo); - + CommandParameterInfo colorControlmoveSaturationoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); colorControlmoveSaturationCommandParams.put("optionsMask",colorControlmoveSaturationoptionsMaskCommandParameterInfo); - + CommandParameterInfo colorControlmoveSaturationoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); colorControlmoveSaturationCommandParams.put("optionsOverride",colorControlmoveSaturationoptionsOverrideCommandParameterInfo); - + InteractionInfo colorControlmoveSaturationInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ColorControlCluster) cluster) @@ -13421,7 +13421,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13431,19 +13431,19 @@ public Map> getCommandMap() { Map colorControlstepSaturationCommandParams = new LinkedHashMap(); CommandParameterInfo colorControlstepSaturationstepModeCommandParameterInfo = new CommandParameterInfo("stepMode", Integer.class, Integer.class); colorControlstepSaturationCommandParams.put("stepMode",colorControlstepSaturationstepModeCommandParameterInfo); - + CommandParameterInfo colorControlstepSaturationstepSizeCommandParameterInfo = new CommandParameterInfo("stepSize", Integer.class, Integer.class); colorControlstepSaturationCommandParams.put("stepSize",colorControlstepSaturationstepSizeCommandParameterInfo); - + CommandParameterInfo colorControlstepSaturationtransitionTimeCommandParameterInfo = new CommandParameterInfo("transitionTime", Integer.class, Integer.class); colorControlstepSaturationCommandParams.put("transitionTime",colorControlstepSaturationtransitionTimeCommandParameterInfo); - + CommandParameterInfo colorControlstepSaturationoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); colorControlstepSaturationCommandParams.put("optionsMask",colorControlstepSaturationoptionsMaskCommandParameterInfo); - + CommandParameterInfo colorControlstepSaturationoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); colorControlstepSaturationCommandParams.put("optionsOverride",colorControlstepSaturationoptionsOverrideCommandParameterInfo); - + InteractionInfo colorControlstepSaturationInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ColorControlCluster) cluster) @@ -13458,7 +13458,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13468,19 +13468,19 @@ public Map> getCommandMap() { Map colorControlmoveToHueAndSaturationCommandParams = new LinkedHashMap(); CommandParameterInfo colorControlmoveToHueAndSaturationhueCommandParameterInfo = new CommandParameterInfo("hue", Integer.class, Integer.class); colorControlmoveToHueAndSaturationCommandParams.put("hue",colorControlmoveToHueAndSaturationhueCommandParameterInfo); - + CommandParameterInfo colorControlmoveToHueAndSaturationsaturationCommandParameterInfo = new CommandParameterInfo("saturation", Integer.class, Integer.class); colorControlmoveToHueAndSaturationCommandParams.put("saturation",colorControlmoveToHueAndSaturationsaturationCommandParameterInfo); - + CommandParameterInfo colorControlmoveToHueAndSaturationtransitionTimeCommandParameterInfo = new CommandParameterInfo("transitionTime", Integer.class, Integer.class); colorControlmoveToHueAndSaturationCommandParams.put("transitionTime",colorControlmoveToHueAndSaturationtransitionTimeCommandParameterInfo); - + CommandParameterInfo colorControlmoveToHueAndSaturationoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); colorControlmoveToHueAndSaturationCommandParams.put("optionsMask",colorControlmoveToHueAndSaturationoptionsMaskCommandParameterInfo); - + CommandParameterInfo colorControlmoveToHueAndSaturationoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); colorControlmoveToHueAndSaturationCommandParams.put("optionsOverride",colorControlmoveToHueAndSaturationoptionsOverrideCommandParameterInfo); - + InteractionInfo colorControlmoveToHueAndSaturationInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ColorControlCluster) cluster) @@ -13495,7 +13495,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13505,19 +13505,19 @@ public Map> getCommandMap() { Map colorControlmoveToColorCommandParams = new LinkedHashMap(); CommandParameterInfo colorControlmoveToColorcolorXCommandParameterInfo = new CommandParameterInfo("colorX", Integer.class, Integer.class); colorControlmoveToColorCommandParams.put("colorX",colorControlmoveToColorcolorXCommandParameterInfo); - + CommandParameterInfo colorControlmoveToColorcolorYCommandParameterInfo = new CommandParameterInfo("colorY", Integer.class, Integer.class); colorControlmoveToColorCommandParams.put("colorY",colorControlmoveToColorcolorYCommandParameterInfo); - + CommandParameterInfo colorControlmoveToColortransitionTimeCommandParameterInfo = new CommandParameterInfo("transitionTime", Integer.class, Integer.class); colorControlmoveToColorCommandParams.put("transitionTime",colorControlmoveToColortransitionTimeCommandParameterInfo); - + CommandParameterInfo colorControlmoveToColoroptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); colorControlmoveToColorCommandParams.put("optionsMask",colorControlmoveToColoroptionsMaskCommandParameterInfo); - + CommandParameterInfo colorControlmoveToColoroptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); colorControlmoveToColorCommandParams.put("optionsOverride",colorControlmoveToColoroptionsOverrideCommandParameterInfo); - + InteractionInfo colorControlmoveToColorInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ColorControlCluster) cluster) @@ -13532,7 +13532,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13542,16 +13542,16 @@ public Map> getCommandMap() { Map colorControlmoveColorCommandParams = new LinkedHashMap(); CommandParameterInfo colorControlmoveColorrateXCommandParameterInfo = new CommandParameterInfo("rateX", Integer.class, Integer.class); colorControlmoveColorCommandParams.put("rateX",colorControlmoveColorrateXCommandParameterInfo); - + CommandParameterInfo colorControlmoveColorrateYCommandParameterInfo = new CommandParameterInfo("rateY", Integer.class, Integer.class); colorControlmoveColorCommandParams.put("rateY",colorControlmoveColorrateYCommandParameterInfo); - + CommandParameterInfo colorControlmoveColoroptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); colorControlmoveColorCommandParams.put("optionsMask",colorControlmoveColoroptionsMaskCommandParameterInfo); - + CommandParameterInfo colorControlmoveColoroptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); colorControlmoveColorCommandParams.put("optionsOverride",colorControlmoveColoroptionsOverrideCommandParameterInfo); - + InteractionInfo colorControlmoveColorInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ColorControlCluster) cluster) @@ -13564,7 +13564,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13574,19 +13574,19 @@ public Map> getCommandMap() { Map colorControlstepColorCommandParams = new LinkedHashMap(); CommandParameterInfo colorControlstepColorstepXCommandParameterInfo = new CommandParameterInfo("stepX", Integer.class, Integer.class); colorControlstepColorCommandParams.put("stepX",colorControlstepColorstepXCommandParameterInfo); - + CommandParameterInfo colorControlstepColorstepYCommandParameterInfo = new CommandParameterInfo("stepY", Integer.class, Integer.class); colorControlstepColorCommandParams.put("stepY",colorControlstepColorstepYCommandParameterInfo); - + CommandParameterInfo colorControlstepColortransitionTimeCommandParameterInfo = new CommandParameterInfo("transitionTime", Integer.class, Integer.class); colorControlstepColorCommandParams.put("transitionTime",colorControlstepColortransitionTimeCommandParameterInfo); - + CommandParameterInfo colorControlstepColoroptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); colorControlstepColorCommandParams.put("optionsMask",colorControlstepColoroptionsMaskCommandParameterInfo); - + CommandParameterInfo colorControlstepColoroptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); colorControlstepColorCommandParams.put("optionsOverride",colorControlstepColoroptionsOverrideCommandParameterInfo); - + InteractionInfo colorControlstepColorInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ColorControlCluster) cluster) @@ -13601,7 +13601,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13611,16 +13611,16 @@ public Map> getCommandMap() { Map colorControlmoveToColorTemperatureCommandParams = new LinkedHashMap(); CommandParameterInfo colorControlmoveToColorTemperaturecolorTemperatureMiredsCommandParameterInfo = new CommandParameterInfo("colorTemperatureMireds", Integer.class, Integer.class); colorControlmoveToColorTemperatureCommandParams.put("colorTemperatureMireds",colorControlmoveToColorTemperaturecolorTemperatureMiredsCommandParameterInfo); - + CommandParameterInfo colorControlmoveToColorTemperaturetransitionTimeCommandParameterInfo = new CommandParameterInfo("transitionTime", Integer.class, Integer.class); colorControlmoveToColorTemperatureCommandParams.put("transitionTime",colorControlmoveToColorTemperaturetransitionTimeCommandParameterInfo); - + CommandParameterInfo colorControlmoveToColorTemperatureoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); colorControlmoveToColorTemperatureCommandParams.put("optionsMask",colorControlmoveToColorTemperatureoptionsMaskCommandParameterInfo); - + CommandParameterInfo colorControlmoveToColorTemperatureoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); colorControlmoveToColorTemperatureCommandParams.put("optionsOverride",colorControlmoveToColorTemperatureoptionsOverrideCommandParameterInfo); - + InteractionInfo colorControlmoveToColorTemperatureInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ColorControlCluster) cluster) @@ -13633,7 +13633,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13643,19 +13643,19 @@ public Map> getCommandMap() { Map colorControlenhancedMoveToHueCommandParams = new LinkedHashMap(); CommandParameterInfo colorControlenhancedMoveToHueenhancedHueCommandParameterInfo = new CommandParameterInfo("enhancedHue", Integer.class, Integer.class); colorControlenhancedMoveToHueCommandParams.put("enhancedHue",colorControlenhancedMoveToHueenhancedHueCommandParameterInfo); - + CommandParameterInfo colorControlenhancedMoveToHuedirectionCommandParameterInfo = new CommandParameterInfo("direction", Integer.class, Integer.class); colorControlenhancedMoveToHueCommandParams.put("direction",colorControlenhancedMoveToHuedirectionCommandParameterInfo); - + CommandParameterInfo colorControlenhancedMoveToHuetransitionTimeCommandParameterInfo = new CommandParameterInfo("transitionTime", Integer.class, Integer.class); colorControlenhancedMoveToHueCommandParams.put("transitionTime",colorControlenhancedMoveToHuetransitionTimeCommandParameterInfo); - + CommandParameterInfo colorControlenhancedMoveToHueoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); colorControlenhancedMoveToHueCommandParams.put("optionsMask",colorControlenhancedMoveToHueoptionsMaskCommandParameterInfo); - + CommandParameterInfo colorControlenhancedMoveToHueoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); colorControlenhancedMoveToHueCommandParams.put("optionsOverride",colorControlenhancedMoveToHueoptionsOverrideCommandParameterInfo); - + InteractionInfo colorControlenhancedMoveToHueInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ColorControlCluster) cluster) @@ -13670,7 +13670,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13680,16 +13680,16 @@ public Map> getCommandMap() { Map colorControlenhancedMoveHueCommandParams = new LinkedHashMap(); CommandParameterInfo colorControlenhancedMoveHuemoveModeCommandParameterInfo = new CommandParameterInfo("moveMode", Integer.class, Integer.class); colorControlenhancedMoveHueCommandParams.put("moveMode",colorControlenhancedMoveHuemoveModeCommandParameterInfo); - + CommandParameterInfo colorControlenhancedMoveHuerateCommandParameterInfo = new CommandParameterInfo("rate", Integer.class, Integer.class); colorControlenhancedMoveHueCommandParams.put("rate",colorControlenhancedMoveHuerateCommandParameterInfo); - + CommandParameterInfo colorControlenhancedMoveHueoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); colorControlenhancedMoveHueCommandParams.put("optionsMask",colorControlenhancedMoveHueoptionsMaskCommandParameterInfo); - + CommandParameterInfo colorControlenhancedMoveHueoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); colorControlenhancedMoveHueCommandParams.put("optionsOverride",colorControlenhancedMoveHueoptionsOverrideCommandParameterInfo); - + InteractionInfo colorControlenhancedMoveHueInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ColorControlCluster) cluster) @@ -13702,7 +13702,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13712,19 +13712,19 @@ public Map> getCommandMap() { Map colorControlenhancedStepHueCommandParams = new LinkedHashMap(); CommandParameterInfo colorControlenhancedStepHuestepModeCommandParameterInfo = new CommandParameterInfo("stepMode", Integer.class, Integer.class); colorControlenhancedStepHueCommandParams.put("stepMode",colorControlenhancedStepHuestepModeCommandParameterInfo); - + CommandParameterInfo colorControlenhancedStepHuestepSizeCommandParameterInfo = new CommandParameterInfo("stepSize", Integer.class, Integer.class); colorControlenhancedStepHueCommandParams.put("stepSize",colorControlenhancedStepHuestepSizeCommandParameterInfo); - + CommandParameterInfo colorControlenhancedStepHuetransitionTimeCommandParameterInfo = new CommandParameterInfo("transitionTime", Integer.class, Integer.class); colorControlenhancedStepHueCommandParams.put("transitionTime",colorControlenhancedStepHuetransitionTimeCommandParameterInfo); - + CommandParameterInfo colorControlenhancedStepHueoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); colorControlenhancedStepHueCommandParams.put("optionsMask",colorControlenhancedStepHueoptionsMaskCommandParameterInfo); - + CommandParameterInfo colorControlenhancedStepHueoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); colorControlenhancedStepHueCommandParams.put("optionsOverride",colorControlenhancedStepHueoptionsOverrideCommandParameterInfo); - + InteractionInfo colorControlenhancedStepHueInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ColorControlCluster) cluster) @@ -13739,7 +13739,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13749,19 +13749,19 @@ public Map> getCommandMap() { Map colorControlenhancedMoveToHueAndSaturationCommandParams = new LinkedHashMap(); CommandParameterInfo colorControlenhancedMoveToHueAndSaturationenhancedHueCommandParameterInfo = new CommandParameterInfo("enhancedHue", Integer.class, Integer.class); colorControlenhancedMoveToHueAndSaturationCommandParams.put("enhancedHue",colorControlenhancedMoveToHueAndSaturationenhancedHueCommandParameterInfo); - + CommandParameterInfo colorControlenhancedMoveToHueAndSaturationsaturationCommandParameterInfo = new CommandParameterInfo("saturation", Integer.class, Integer.class); colorControlenhancedMoveToHueAndSaturationCommandParams.put("saturation",colorControlenhancedMoveToHueAndSaturationsaturationCommandParameterInfo); - + CommandParameterInfo colorControlenhancedMoveToHueAndSaturationtransitionTimeCommandParameterInfo = new CommandParameterInfo("transitionTime", Integer.class, Integer.class); colorControlenhancedMoveToHueAndSaturationCommandParams.put("transitionTime",colorControlenhancedMoveToHueAndSaturationtransitionTimeCommandParameterInfo); - + CommandParameterInfo colorControlenhancedMoveToHueAndSaturationoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); colorControlenhancedMoveToHueAndSaturationCommandParams.put("optionsMask",colorControlenhancedMoveToHueAndSaturationoptionsMaskCommandParameterInfo); - + CommandParameterInfo colorControlenhancedMoveToHueAndSaturationoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); colorControlenhancedMoveToHueAndSaturationCommandParams.put("optionsOverride",colorControlenhancedMoveToHueAndSaturationoptionsOverrideCommandParameterInfo); - + InteractionInfo colorControlenhancedMoveToHueAndSaturationInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ColorControlCluster) cluster) @@ -13776,7 +13776,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13786,25 +13786,25 @@ public Map> getCommandMap() { Map colorControlcolorLoopSetCommandParams = new LinkedHashMap(); CommandParameterInfo colorControlcolorLoopSetupdateFlagsCommandParameterInfo = new CommandParameterInfo("updateFlags", Integer.class, Integer.class); colorControlcolorLoopSetCommandParams.put("updateFlags",colorControlcolorLoopSetupdateFlagsCommandParameterInfo); - + CommandParameterInfo colorControlcolorLoopSetactionCommandParameterInfo = new CommandParameterInfo("action", Integer.class, Integer.class); colorControlcolorLoopSetCommandParams.put("action",colorControlcolorLoopSetactionCommandParameterInfo); - + CommandParameterInfo colorControlcolorLoopSetdirectionCommandParameterInfo = new CommandParameterInfo("direction", Integer.class, Integer.class); colorControlcolorLoopSetCommandParams.put("direction",colorControlcolorLoopSetdirectionCommandParameterInfo); - + CommandParameterInfo colorControlcolorLoopSettimeCommandParameterInfo = new CommandParameterInfo("time", Integer.class, Integer.class); colorControlcolorLoopSetCommandParams.put("time",colorControlcolorLoopSettimeCommandParameterInfo); - + CommandParameterInfo colorControlcolorLoopSetstartHueCommandParameterInfo = new CommandParameterInfo("startHue", Integer.class, Integer.class); colorControlcolorLoopSetCommandParams.put("startHue",colorControlcolorLoopSetstartHueCommandParameterInfo); - + CommandParameterInfo colorControlcolorLoopSetoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); colorControlcolorLoopSetCommandParams.put("optionsMask",colorControlcolorLoopSetoptionsMaskCommandParameterInfo); - + CommandParameterInfo colorControlcolorLoopSetoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); colorControlcolorLoopSetCommandParams.put("optionsOverride",colorControlcolorLoopSetoptionsOverrideCommandParameterInfo); - + InteractionInfo colorControlcolorLoopSetInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ColorControlCluster) cluster) @@ -13823,7 +13823,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13833,10 +13833,10 @@ public Map> getCommandMap() { Map colorControlstopMoveStepCommandParams = new LinkedHashMap(); CommandParameterInfo colorControlstopMoveStepoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); colorControlstopMoveStepCommandParams.put("optionsMask",colorControlstopMoveStepoptionsMaskCommandParameterInfo); - + CommandParameterInfo colorControlstopMoveStepoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); colorControlstopMoveStepCommandParams.put("optionsOverride",colorControlstopMoveStepoptionsOverrideCommandParameterInfo); - + InteractionInfo colorControlstopMoveStepInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ColorControlCluster) cluster) @@ -13845,7 +13845,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13855,22 +13855,22 @@ public Map> getCommandMap() { Map colorControlmoveColorTemperatureCommandParams = new LinkedHashMap(); CommandParameterInfo colorControlmoveColorTemperaturemoveModeCommandParameterInfo = new CommandParameterInfo("moveMode", Integer.class, Integer.class); colorControlmoveColorTemperatureCommandParams.put("moveMode",colorControlmoveColorTemperaturemoveModeCommandParameterInfo); - + CommandParameterInfo colorControlmoveColorTemperaturerateCommandParameterInfo = new CommandParameterInfo("rate", Integer.class, Integer.class); colorControlmoveColorTemperatureCommandParams.put("rate",colorControlmoveColorTemperaturerateCommandParameterInfo); - + CommandParameterInfo colorControlmoveColorTemperaturecolorTemperatureMinimumMiredsCommandParameterInfo = new CommandParameterInfo("colorTemperatureMinimumMireds", Integer.class, Integer.class); colorControlmoveColorTemperatureCommandParams.put("colorTemperatureMinimumMireds",colorControlmoveColorTemperaturecolorTemperatureMinimumMiredsCommandParameterInfo); - + CommandParameterInfo colorControlmoveColorTemperaturecolorTemperatureMaximumMiredsCommandParameterInfo = new CommandParameterInfo("colorTemperatureMaximumMireds", Integer.class, Integer.class); colorControlmoveColorTemperatureCommandParams.put("colorTemperatureMaximumMireds",colorControlmoveColorTemperaturecolorTemperatureMaximumMiredsCommandParameterInfo); - + CommandParameterInfo colorControlmoveColorTemperatureoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); colorControlmoveColorTemperatureCommandParams.put("optionsMask",colorControlmoveColorTemperatureoptionsMaskCommandParameterInfo); - + CommandParameterInfo colorControlmoveColorTemperatureoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); colorControlmoveColorTemperatureCommandParams.put("optionsOverride",colorControlmoveColorTemperatureoptionsOverrideCommandParameterInfo); - + InteractionInfo colorControlmoveColorTemperatureInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ColorControlCluster) cluster) @@ -13887,7 +13887,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13897,25 +13897,25 @@ public Map> getCommandMap() { Map colorControlstepColorTemperatureCommandParams = new LinkedHashMap(); CommandParameterInfo colorControlstepColorTemperaturestepModeCommandParameterInfo = new CommandParameterInfo("stepMode", Integer.class, Integer.class); colorControlstepColorTemperatureCommandParams.put("stepMode",colorControlstepColorTemperaturestepModeCommandParameterInfo); - + CommandParameterInfo colorControlstepColorTemperaturestepSizeCommandParameterInfo = new CommandParameterInfo("stepSize", Integer.class, Integer.class); colorControlstepColorTemperatureCommandParams.put("stepSize",colorControlstepColorTemperaturestepSizeCommandParameterInfo); - + CommandParameterInfo colorControlstepColorTemperaturetransitionTimeCommandParameterInfo = new CommandParameterInfo("transitionTime", Integer.class, Integer.class); colorControlstepColorTemperatureCommandParams.put("transitionTime",colorControlstepColorTemperaturetransitionTimeCommandParameterInfo); - + CommandParameterInfo colorControlstepColorTemperaturecolorTemperatureMinimumMiredsCommandParameterInfo = new CommandParameterInfo("colorTemperatureMinimumMireds", Integer.class, Integer.class); colorControlstepColorTemperatureCommandParams.put("colorTemperatureMinimumMireds",colorControlstepColorTemperaturecolorTemperatureMinimumMiredsCommandParameterInfo); - + CommandParameterInfo colorControlstepColorTemperaturecolorTemperatureMaximumMiredsCommandParameterInfo = new CommandParameterInfo("colorTemperatureMaximumMireds", Integer.class, Integer.class); colorControlstepColorTemperatureCommandParams.put("colorTemperatureMaximumMireds",colorControlstepColorTemperaturecolorTemperatureMaximumMiredsCommandParameterInfo); - + CommandParameterInfo colorControlstepColorTemperatureoptionsMaskCommandParameterInfo = new CommandParameterInfo("optionsMask", Integer.class, Integer.class); colorControlstepColorTemperatureCommandParams.put("optionsMask",colorControlstepColorTemperatureoptionsMaskCommandParameterInfo); - + CommandParameterInfo colorControlstepColorTemperatureoptionsOverrideCommandParameterInfo = new CommandParameterInfo("optionsOverride", Integer.class, Integer.class); colorControlstepColorTemperatureCommandParams.put("optionsOverride",colorControlstepColorTemperatureoptionsOverrideCommandParameterInfo); - + InteractionInfo colorControlstepColorTemperatureInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ColorControlCluster) cluster) @@ -13934,7 +13934,7 @@ public Map> getCommandMap() { commandArguments.get("optionsMask") , (Integer) commandArguments.get("optionsOverride") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -13962,14 +13962,14 @@ public Map> getCommandMap() { Map channelchangeChannelCommandParams = new LinkedHashMap(); CommandParameterInfo channelchangeChannelmatchCommandParameterInfo = new CommandParameterInfo("match", String.class, String.class); channelchangeChannelCommandParams.put("match",channelchangeChannelmatchCommandParameterInfo); - + InteractionInfo channelchangeChannelInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ChannelCluster) cluster) .changeChannel((ChipClusters.ChannelCluster.ChangeChannelResponseCallback) callback , (String) commandArguments.get("match") - + ); }, () -> new DelegatedChannelClusterChangeChannelResponseCallback(), @@ -13979,10 +13979,10 @@ public Map> getCommandMap() { Map channelchangeChannelByNumberCommandParams = new LinkedHashMap(); CommandParameterInfo channelchangeChannelByNumbermajorNumberCommandParameterInfo = new CommandParameterInfo("majorNumber", Integer.class, Integer.class); channelchangeChannelByNumberCommandParams.put("majorNumber",channelchangeChannelByNumbermajorNumberCommandParameterInfo); - + CommandParameterInfo channelchangeChannelByNumberminorNumberCommandParameterInfo = new CommandParameterInfo("minorNumber", Integer.class, Integer.class); channelchangeChannelByNumberCommandParams.put("minorNumber",channelchangeChannelByNumberminorNumberCommandParameterInfo); - + InteractionInfo channelchangeChannelByNumberInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ChannelCluster) cluster) @@ -13991,7 +13991,7 @@ public Map> getCommandMap() { commandArguments.get("majorNumber") , (Integer) commandArguments.get("minorNumber") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -14001,14 +14001,14 @@ public Map> getCommandMap() { Map channelskipChannelCommandParams = new LinkedHashMap(); CommandParameterInfo channelskipChannelcountCommandParameterInfo = new CommandParameterInfo("count", Integer.class, Integer.class); channelskipChannelCommandParams.put("count",channelskipChannelcountCommandParameterInfo); - + InteractionInfo channelskipChannelInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ChannelCluster) cluster) .skipChannel((DefaultClusterCallback) callback , (Integer) commandArguments.get("count") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -14020,10 +14020,10 @@ public Map> getCommandMap() { Map targetNavigatornavigateTargetCommandParams = new LinkedHashMap(); CommandParameterInfo targetNavigatornavigateTargettargetCommandParameterInfo = new CommandParameterInfo("target", Integer.class, Integer.class); targetNavigatornavigateTargetCommandParams.put("target",targetNavigatornavigateTargettargetCommandParameterInfo); - + CommandParameterInfo targetNavigatornavigateTargetdataCommandParameterInfo = new CommandParameterInfo("data", Optional.class, String.class); targetNavigatornavigateTargetCommandParams.put("data",targetNavigatornavigateTargetdataCommandParameterInfo); - + InteractionInfo targetNavigatornavigateTargetInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.TargetNavigatorCluster) cluster) @@ -14032,7 +14032,7 @@ public Map> getCommandMap() { commandArguments.get("target") , (Optional) commandArguments.get("data") - + ); }, () -> new DelegatedTargetNavigatorClusterNavigateTargetResponseCallback(), @@ -14046,7 +14046,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.MediaPlaybackCluster) cluster) .play((ChipClusters.MediaPlaybackCluster.PlaybackResponseCallback) callback - + ); }, () -> new DelegatedMediaPlaybackClusterPlaybackResponseCallback(), @@ -14058,7 +14058,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.MediaPlaybackCluster) cluster) .pause((ChipClusters.MediaPlaybackCluster.PlaybackResponseCallback) callback - + ); }, () -> new DelegatedMediaPlaybackClusterPlaybackResponseCallback(), @@ -14070,7 +14070,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.MediaPlaybackCluster) cluster) .stop((ChipClusters.MediaPlaybackCluster.PlaybackResponseCallback) callback - + ); }, () -> new DelegatedMediaPlaybackClusterPlaybackResponseCallback(), @@ -14082,7 +14082,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.MediaPlaybackCluster) cluster) .startOver((ChipClusters.MediaPlaybackCluster.PlaybackResponseCallback) callback - + ); }, () -> new DelegatedMediaPlaybackClusterPlaybackResponseCallback(), @@ -14094,7 +14094,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.MediaPlaybackCluster) cluster) .previous((ChipClusters.MediaPlaybackCluster.PlaybackResponseCallback) callback - + ); }, () -> new DelegatedMediaPlaybackClusterPlaybackResponseCallback(), @@ -14106,7 +14106,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.MediaPlaybackCluster) cluster) .next((ChipClusters.MediaPlaybackCluster.PlaybackResponseCallback) callback - + ); }, () -> new DelegatedMediaPlaybackClusterPlaybackResponseCallback(), @@ -14118,7 +14118,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.MediaPlaybackCluster) cluster) .rewind((ChipClusters.MediaPlaybackCluster.PlaybackResponseCallback) callback - + ); }, () -> new DelegatedMediaPlaybackClusterPlaybackResponseCallback(), @@ -14130,7 +14130,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.MediaPlaybackCluster) cluster) .fastForward((ChipClusters.MediaPlaybackCluster.PlaybackResponseCallback) callback - + ); }, () -> new DelegatedMediaPlaybackClusterPlaybackResponseCallback(), @@ -14140,14 +14140,14 @@ public Map> getCommandMap() { Map mediaPlaybackskipForwardCommandParams = new LinkedHashMap(); CommandParameterInfo mediaPlaybackskipForwarddeltaPositionMillisecondsCommandParameterInfo = new CommandParameterInfo("deltaPositionMilliseconds", Long.class, Long.class); mediaPlaybackskipForwardCommandParams.put("deltaPositionMilliseconds",mediaPlaybackskipForwarddeltaPositionMillisecondsCommandParameterInfo); - + InteractionInfo mediaPlaybackskipForwardInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.MediaPlaybackCluster) cluster) .skipForward((ChipClusters.MediaPlaybackCluster.PlaybackResponseCallback) callback , (Long) commandArguments.get("deltaPositionMilliseconds") - + ); }, () -> new DelegatedMediaPlaybackClusterPlaybackResponseCallback(), @@ -14157,14 +14157,14 @@ public Map> getCommandMap() { Map mediaPlaybackskipBackwardCommandParams = new LinkedHashMap(); CommandParameterInfo mediaPlaybackskipBackwarddeltaPositionMillisecondsCommandParameterInfo = new CommandParameterInfo("deltaPositionMilliseconds", Long.class, Long.class); mediaPlaybackskipBackwardCommandParams.put("deltaPositionMilliseconds",mediaPlaybackskipBackwarddeltaPositionMillisecondsCommandParameterInfo); - + InteractionInfo mediaPlaybackskipBackwardInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.MediaPlaybackCluster) cluster) .skipBackward((ChipClusters.MediaPlaybackCluster.PlaybackResponseCallback) callback , (Long) commandArguments.get("deltaPositionMilliseconds") - + ); }, () -> new DelegatedMediaPlaybackClusterPlaybackResponseCallback(), @@ -14174,14 +14174,14 @@ public Map> getCommandMap() { Map mediaPlaybackseekCommandParams = new LinkedHashMap(); CommandParameterInfo mediaPlaybackseekpositionCommandParameterInfo = new CommandParameterInfo("position", Long.class, Long.class); mediaPlaybackseekCommandParams.put("position",mediaPlaybackseekpositionCommandParameterInfo); - + InteractionInfo mediaPlaybackseekInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.MediaPlaybackCluster) cluster) .seek((ChipClusters.MediaPlaybackCluster.PlaybackResponseCallback) callback , (Long) commandArguments.get("position") - + ); }, () -> new DelegatedMediaPlaybackClusterPlaybackResponseCallback(), @@ -14193,14 +14193,14 @@ public Map> getCommandMap() { Map mediaInputselectInputCommandParams = new LinkedHashMap(); CommandParameterInfo mediaInputselectInputindexCommandParameterInfo = new CommandParameterInfo("index", Integer.class, Integer.class); mediaInputselectInputCommandParams.put("index",mediaInputselectInputindexCommandParameterInfo); - + InteractionInfo mediaInputselectInputInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.MediaInputCluster) cluster) .selectInput((DefaultClusterCallback) callback , (Integer) commandArguments.get("index") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -14212,7 +14212,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.MediaInputCluster) cluster) .showInputStatus((DefaultClusterCallback) callback - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -14224,7 +14224,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.MediaInputCluster) cluster) .hideInputStatus((DefaultClusterCallback) callback - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -14234,10 +14234,10 @@ public Map> getCommandMap() { Map mediaInputrenameInputCommandParams = new LinkedHashMap(); CommandParameterInfo mediaInputrenameInputindexCommandParameterInfo = new CommandParameterInfo("index", Integer.class, Integer.class); mediaInputrenameInputCommandParams.put("index",mediaInputrenameInputindexCommandParameterInfo); - + CommandParameterInfo mediaInputrenameInputnameCommandParameterInfo = new CommandParameterInfo("name", String.class, String.class); mediaInputrenameInputCommandParams.put("name",mediaInputrenameInputnameCommandParameterInfo); - + InteractionInfo mediaInputrenameInputInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.MediaInputCluster) cluster) @@ -14246,7 +14246,7 @@ public Map> getCommandMap() { commandArguments.get("index") , (String) commandArguments.get("name") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -14260,7 +14260,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.LowPowerCluster) cluster) .sleep((DefaultClusterCallback) callback - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -14272,14 +14272,14 @@ public Map> getCommandMap() { Map keypadInputsendKeyCommandParams = new LinkedHashMap(); CommandParameterInfo keypadInputsendKeykeyCodeCommandParameterInfo = new CommandParameterInfo("keyCode", Integer.class, Integer.class); keypadInputsendKeyCommandParams.put("keyCode",keypadInputsendKeykeyCodeCommandParameterInfo); - + InteractionInfo keypadInputsendKeyInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.KeypadInputCluster) cluster) .sendKey((ChipClusters.KeypadInputCluster.SendKeyResponseCallback) callback , (Integer) commandArguments.get("keyCode") - + ); }, () -> new DelegatedKeypadInputClusterSendKeyResponseCallback(), @@ -14291,10 +14291,10 @@ public Map> getCommandMap() { Map contentLauncherlaunchContentCommandParams = new LinkedHashMap(); CommandParameterInfo contentLauncherlaunchContentautoPlayCommandParameterInfo = new CommandParameterInfo("autoPlay", Boolean.class, Boolean.class); contentLauncherlaunchContentCommandParams.put("autoPlay",contentLauncherlaunchContentautoPlayCommandParameterInfo); - + CommandParameterInfo contentLauncherlaunchContentdataCommandParameterInfo = new CommandParameterInfo("data", Optional.class, String.class); contentLauncherlaunchContentCommandParams.put("data",contentLauncherlaunchContentdataCommandParameterInfo); - + InteractionInfo contentLauncherlaunchContentInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ContentLauncherCluster) cluster) @@ -14305,7 +14305,7 @@ public Map> getCommandMap() { commandArguments.get("autoPlay") , (Optional) commandArguments.get("data") - + ); }, () -> new DelegatedContentLauncherClusterLauncherResponseCallback(), @@ -14315,10 +14315,10 @@ public Map> getCommandMap() { Map contentLauncherlaunchURLCommandParams = new LinkedHashMap(); CommandParameterInfo contentLauncherlaunchURLcontentURLCommandParameterInfo = new CommandParameterInfo("contentURL", String.class, String.class); contentLauncherlaunchURLCommandParams.put("contentURL",contentLauncherlaunchURLcontentURLCommandParameterInfo); - + CommandParameterInfo contentLauncherlaunchURLdisplayStringCommandParameterInfo = new CommandParameterInfo("displayString", Optional.class, String.class); contentLauncherlaunchURLCommandParams.put("displayString",contentLauncherlaunchURLdisplayStringCommandParameterInfo); - + InteractionInfo contentLauncherlaunchURLInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ContentLauncherCluster) cluster) @@ -14329,7 +14329,7 @@ public Map> getCommandMap() { commandArguments.get("displayString") , (Optional) commandArguments.get("brandingInformation") - + ); }, () -> new DelegatedContentLauncherClusterLauncherResponseCallback(), @@ -14341,14 +14341,14 @@ public Map> getCommandMap() { Map audioOutputselectOutputCommandParams = new LinkedHashMap(); CommandParameterInfo audioOutputselectOutputindexCommandParameterInfo = new CommandParameterInfo("index", Integer.class, Integer.class); audioOutputselectOutputCommandParams.put("index",audioOutputselectOutputindexCommandParameterInfo); - + InteractionInfo audioOutputselectOutputInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.AudioOutputCluster) cluster) .selectOutput((DefaultClusterCallback) callback , (Integer) commandArguments.get("index") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -14358,10 +14358,10 @@ public Map> getCommandMap() { Map audioOutputrenameOutputCommandParams = new LinkedHashMap(); CommandParameterInfo audioOutputrenameOutputindexCommandParameterInfo = new CommandParameterInfo("index", Integer.class, Integer.class); audioOutputrenameOutputCommandParams.put("index",audioOutputrenameOutputindexCommandParameterInfo); - + CommandParameterInfo audioOutputrenameOutputnameCommandParameterInfo = new CommandParameterInfo("name", String.class, String.class); audioOutputrenameOutputCommandParams.put("name",audioOutputrenameOutputnameCommandParameterInfo); - + InteractionInfo audioOutputrenameOutputInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.AudioOutputCluster) cluster) @@ -14370,7 +14370,7 @@ public Map> getCommandMap() { commandArguments.get("index") , (String) commandArguments.get("name") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -14382,7 +14382,7 @@ public Map> getCommandMap() { Map applicationLauncherlaunchAppCommandParams = new LinkedHashMap(); CommandParameterInfo applicationLauncherlaunchAppdataCommandParameterInfo = new CommandParameterInfo("data", Optional.class, byte[].class); applicationLauncherlaunchAppCommandParams.put("data",applicationLauncherlaunchAppdataCommandParameterInfo); - + InteractionInfo applicationLauncherlaunchAppInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ApplicationLauncherCluster) cluster) @@ -14391,7 +14391,7 @@ public Map> getCommandMap() { commandArguments.get("application") , (Optional) commandArguments.get("data") - + ); }, () -> new DelegatedApplicationLauncherClusterLauncherResponseCallback(), @@ -14405,7 +14405,7 @@ public Map> getCommandMap() { .stopApp((ChipClusters.ApplicationLauncherCluster.LauncherResponseCallback) callback , (Optional) commandArguments.get("application") - + ); }, () -> new DelegatedApplicationLauncherClusterLauncherResponseCallback(), @@ -14419,7 +14419,7 @@ public Map> getCommandMap() { .hideApp((ChipClusters.ApplicationLauncherCluster.LauncherResponseCallback) callback , (Optional) commandArguments.get("application") - + ); }, () -> new DelegatedApplicationLauncherClusterLauncherResponseCallback(), @@ -14433,7 +14433,7 @@ public Map> getCommandMap() { Map accountLogingetSetupPINCommandParams = new LinkedHashMap(); CommandParameterInfo accountLogingetSetupPINtempAccountIdentifierCommandParameterInfo = new CommandParameterInfo("tempAccountIdentifier", String.class, String.class); accountLogingetSetupPINCommandParams.put("tempAccountIdentifier",accountLogingetSetupPINtempAccountIdentifierCommandParameterInfo); - + InteractionInfo accountLogingetSetupPINInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.AccountLoginCluster) cluster) @@ -14450,10 +14450,10 @@ public Map> getCommandMap() { Map accountLoginloginCommandParams = new LinkedHashMap(); CommandParameterInfo accountLoginlogintempAccountIdentifierCommandParameterInfo = new CommandParameterInfo("tempAccountIdentifier", String.class, String.class); accountLoginloginCommandParams.put("tempAccountIdentifier",accountLoginlogintempAccountIdentifierCommandParameterInfo); - + CommandParameterInfo accountLoginloginsetupPINCommandParameterInfo = new CommandParameterInfo("setupPIN", String.class, String.class); accountLoginloginCommandParams.put("setupPIN",accountLoginloginsetupPINCommandParameterInfo); - + InteractionInfo accountLoginloginInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.AccountLoginCluster) cluster) @@ -14488,10 +14488,10 @@ public Map> getCommandMap() { Map clientMonitoringregisterClientMonitoringCommandParams = new LinkedHashMap(); CommandParameterInfo clientMonitoringregisterClientMonitoringclientNodeIdCommandParameterInfo = new CommandParameterInfo("clientNodeId", Long.class, Long.class); clientMonitoringregisterClientMonitoringCommandParams.put("clientNodeId",clientMonitoringregisterClientMonitoringclientNodeIdCommandParameterInfo); - + CommandParameterInfo clientMonitoringregisterClientMonitoringICidCommandParameterInfo = new CommandParameterInfo("ICid", Long.class, Long.class); clientMonitoringregisterClientMonitoringCommandParams.put("ICid",clientMonitoringregisterClientMonitoringICidCommandParameterInfo); - + InteractionInfo clientMonitoringregisterClientMonitoringInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ClientMonitoringCluster) cluster) @@ -14500,7 +14500,7 @@ public Map> getCommandMap() { commandArguments.get("clientNodeId") , (Long) commandArguments.get("ICid") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -14510,10 +14510,10 @@ public Map> getCommandMap() { Map clientMonitoringunregisterClientMonitoringCommandParams = new LinkedHashMap(); CommandParameterInfo clientMonitoringunregisterClientMonitoringclientNodeIdCommandParameterInfo = new CommandParameterInfo("clientNodeId", Long.class, Long.class); clientMonitoringunregisterClientMonitoringCommandParams.put("clientNodeId",clientMonitoringunregisterClientMonitoringclientNodeIdCommandParameterInfo); - + CommandParameterInfo clientMonitoringunregisterClientMonitoringICidCommandParameterInfo = new CommandParameterInfo("ICid", Long.class, Long.class); clientMonitoringunregisterClientMonitoringCommandParams.put("ICid",clientMonitoringunregisterClientMonitoringICidCommandParameterInfo); - + InteractionInfo clientMonitoringunregisterClientMonitoringInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.ClientMonitoringCluster) cluster) @@ -14522,7 +14522,7 @@ public Map> getCommandMap() { commandArguments.get("clientNodeId") , (Long) commandArguments.get("ICid") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -14536,7 +14536,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.UnitTestingCluster) cluster) .test((DefaultClusterCallback) callback - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -14548,7 +14548,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.UnitTestingCluster) cluster) .testNotHandled((DefaultClusterCallback) callback - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -14560,7 +14560,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.UnitTestingCluster) cluster) .testSpecific((ChipClusters.UnitTestingCluster.TestSpecificResponseCallback) callback - + ); }, () -> new DelegatedUnitTestingClusterTestSpecificResponseCallback(), @@ -14572,7 +14572,7 @@ public Map> getCommandMap() { (cluster, callback, commandArguments) -> { ((ChipClusters.UnitTestingCluster) cluster) .testUnknownCommand((DefaultClusterCallback) callback - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -14582,10 +14582,10 @@ public Map> getCommandMap() { Map unitTestingtestAddArgumentsCommandParams = new LinkedHashMap(); CommandParameterInfo unitTestingtestAddArgumentsarg1CommandParameterInfo = new CommandParameterInfo("arg1", Integer.class, Integer.class); unitTestingtestAddArgumentsCommandParams.put("arg1",unitTestingtestAddArgumentsarg1CommandParameterInfo); - + CommandParameterInfo unitTestingtestAddArgumentsarg2CommandParameterInfo = new CommandParameterInfo("arg2", Integer.class, Integer.class); unitTestingtestAddArgumentsCommandParams.put("arg2",unitTestingtestAddArgumentsarg2CommandParameterInfo); - + InteractionInfo unitTestingtestAddArgumentsInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.UnitTestingCluster) cluster) @@ -14594,7 +14594,7 @@ public Map> getCommandMap() { commandArguments.get("arg1") , (Integer) commandArguments.get("arg2") - + ); }, () -> new DelegatedUnitTestingClusterTestAddArgumentsResponseCallback(), @@ -14608,7 +14608,7 @@ public Map> getCommandMap() { .testStructArgumentRequest((ChipClusters.UnitTestingCluster.BooleanResponseCallback) callback , (ChipStructs.UnitTestingClusterSimpleStruct) commandArguments.get("arg1") - + ); }, () -> new DelegatedUnitTestingClusterBooleanResponseCallback(), @@ -14622,7 +14622,7 @@ public Map> getCommandMap() { .testNestedStructArgumentRequest((ChipClusters.UnitTestingCluster.BooleanResponseCallback) callback , (ChipStructs.UnitTestingClusterNestedStruct) commandArguments.get("arg1") - + ); }, () -> new DelegatedUnitTestingClusterBooleanResponseCallback(), @@ -14636,7 +14636,7 @@ public Map> getCommandMap() { .testListStructArgumentRequest((ChipClusters.UnitTestingCluster.BooleanResponseCallback) callback , (ArrayList) commandArguments.get("arg1") - + ); }, () -> new DelegatedUnitTestingClusterBooleanResponseCallback(), @@ -14646,14 +14646,14 @@ public Map> getCommandMap() { Map unitTestingtestListInt8UArgumentRequestCommandParams = new LinkedHashMap(); CommandParameterInfo unitTestingtestListInt8UArgumentRequestarg1CommandParameterInfo = new CommandParameterInfo("arg1", ArrayList.class, Integer.class); unitTestingtestListInt8UArgumentRequestCommandParams.put("arg1",unitTestingtestListInt8UArgumentRequestarg1CommandParameterInfo); - + InteractionInfo unitTestingtestListInt8UArgumentRequestInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.UnitTestingCluster) cluster) .testListInt8UArgumentRequest((ChipClusters.UnitTestingCluster.BooleanResponseCallback) callback , (ArrayList) commandArguments.get("arg1") - + ); }, () -> new DelegatedUnitTestingClusterBooleanResponseCallback(), @@ -14667,7 +14667,7 @@ public Map> getCommandMap() { .testNestedStructListArgumentRequest((ChipClusters.UnitTestingCluster.BooleanResponseCallback) callback , (ChipStructs.UnitTestingClusterNestedStructList) commandArguments.get("arg1") - + ); }, () -> new DelegatedUnitTestingClusterBooleanResponseCallback(), @@ -14681,7 +14681,7 @@ public Map> getCommandMap() { .testListNestedStructListArgumentRequest((ChipClusters.UnitTestingCluster.BooleanResponseCallback) callback , (ArrayList) commandArguments.get("arg1") - + ); }, () -> new DelegatedUnitTestingClusterBooleanResponseCallback(), @@ -14691,14 +14691,14 @@ public Map> getCommandMap() { Map unitTestingtestListInt8UReverseRequestCommandParams = new LinkedHashMap(); CommandParameterInfo unitTestingtestListInt8UReverseRequestarg1CommandParameterInfo = new CommandParameterInfo("arg1", ArrayList.class, Integer.class); unitTestingtestListInt8UReverseRequestCommandParams.put("arg1",unitTestingtestListInt8UReverseRequestarg1CommandParameterInfo); - + InteractionInfo unitTestingtestListInt8UReverseRequestInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.UnitTestingCluster) cluster) .testListInt8UReverseRequest((ChipClusters.UnitTestingCluster.TestListInt8UReverseResponseCallback) callback , (ArrayList) commandArguments.get("arg1") - + ); }, () -> new DelegatedUnitTestingClusterTestListInt8UReverseResponseCallback(), @@ -14708,10 +14708,10 @@ public Map> getCommandMap() { Map unitTestingtestEnumsRequestCommandParams = new LinkedHashMap(); CommandParameterInfo unitTestingtestEnumsRequestarg1CommandParameterInfo = new CommandParameterInfo("arg1", Integer.class, Integer.class); unitTestingtestEnumsRequestCommandParams.put("arg1",unitTestingtestEnumsRequestarg1CommandParameterInfo); - + CommandParameterInfo unitTestingtestEnumsRequestarg2CommandParameterInfo = new CommandParameterInfo("arg2", Integer.class, Integer.class); unitTestingtestEnumsRequestCommandParams.put("arg2",unitTestingtestEnumsRequestarg2CommandParameterInfo); - + InteractionInfo unitTestingtestEnumsRequestInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.UnitTestingCluster) cluster) @@ -14720,7 +14720,7 @@ public Map> getCommandMap() { commandArguments.get("arg1") , (Integer) commandArguments.get("arg2") - + ); }, () -> new DelegatedUnitTestingClusterTestEnumsResponseCallback(), @@ -14730,14 +14730,14 @@ public Map> getCommandMap() { Map unitTestingtestNullableOptionalRequestCommandParams = new LinkedHashMap(); CommandParameterInfo unitTestingtestNullableOptionalRequestarg1CommandParameterInfo = new CommandParameterInfo("arg1", Optional.class, Integer.class); unitTestingtestNullableOptionalRequestCommandParams.put("arg1",unitTestingtestNullableOptionalRequestarg1CommandParameterInfo); - + InteractionInfo unitTestingtestNullableOptionalRequestInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.UnitTestingCluster) cluster) .testNullableOptionalRequest((ChipClusters.UnitTestingCluster.TestNullableOptionalResponseCallback) callback , (Optional) commandArguments.get("arg1") - + ); }, () -> new DelegatedUnitTestingClusterTestNullableOptionalResponseCallback(), @@ -14751,7 +14751,7 @@ public Map> getCommandMap() { .simpleStructEchoRequest((ChipClusters.UnitTestingCluster.SimpleStructResponseCallback) callback , (ChipStructs.UnitTestingClusterSimpleStruct) commandArguments.get("arg1") - + ); }, () -> new DelegatedUnitTestingClusterSimpleStructResponseCallback(), @@ -14773,14 +14773,14 @@ public Map> getCommandMap() { Map unitTestingtestSimpleOptionalArgumentRequestCommandParams = new LinkedHashMap(); CommandParameterInfo unitTestingtestSimpleOptionalArgumentRequestarg1CommandParameterInfo = new CommandParameterInfo("arg1", Optional.class, Boolean.class); unitTestingtestSimpleOptionalArgumentRequestCommandParams.put("arg1",unitTestingtestSimpleOptionalArgumentRequestarg1CommandParameterInfo); - + InteractionInfo unitTestingtestSimpleOptionalArgumentRequestInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.UnitTestingCluster) cluster) .testSimpleOptionalArgumentRequest((DefaultClusterCallback) callback , (Optional) commandArguments.get("arg1") - + ); }, () -> new DelegatedDefaultClusterCallback(), @@ -14790,13 +14790,13 @@ public Map> getCommandMap() { Map unitTestingtestEmitTestEventRequestCommandParams = new LinkedHashMap(); CommandParameterInfo unitTestingtestEmitTestEventRequestarg1CommandParameterInfo = new CommandParameterInfo("arg1", Integer.class, Integer.class); unitTestingtestEmitTestEventRequestCommandParams.put("arg1",unitTestingtestEmitTestEventRequestarg1CommandParameterInfo); - + CommandParameterInfo unitTestingtestEmitTestEventRequestarg2CommandParameterInfo = new CommandParameterInfo("arg2", Integer.class, Integer.class); unitTestingtestEmitTestEventRequestCommandParams.put("arg2",unitTestingtestEmitTestEventRequestarg2CommandParameterInfo); - + CommandParameterInfo unitTestingtestEmitTestEventRequestarg3CommandParameterInfo = new CommandParameterInfo("arg3", Boolean.class, Boolean.class); unitTestingtestEmitTestEventRequestCommandParams.put("arg3",unitTestingtestEmitTestEventRequestarg3CommandParameterInfo); - + InteractionInfo unitTestingtestEmitTestEventRequestInteractionInfo = new InteractionInfo( (cluster, callback, commandArguments) -> { ((ChipClusters.UnitTestingCluster) cluster) @@ -14807,7 +14807,7 @@ public Map> getCommandMap() { commandArguments.get("arg2") , (Boolean) commandArguments.get("arg3") - + ); }, () -> new DelegatedUnitTestingClusterTestEmitTestEventResponseCallback(), @@ -14819,4 +14819,3 @@ public Map> getCommandMap() { } } -