yunhanw-google

Results 39 comments of yunhanw-google

closed it since we don't need this any more

Just read through this bug, I would prefer going with ICD configuration at default if device is LIT, after https://github.com/project-chip/connectedhomeip/pull/31898 is landed(still under development), we are able to automatically queue...

WG discussion: update icd start-stay-active with duration parameter, and remove icd stop-stay-active, these are used to enable the chip-tool to send periodic stay-active-request to keep the ICD in active mode...

Could you upload the detailed log and crash dump if possible? thanks

@Dhirav-Shah It may crash here, for (jint i_3 = 0; i_3 < element_0_subjectsItem_1Size; ++i_3) { jobject element_3; chip::JniReferences::GetInstance().GetListItem(element_0_subjectsItem_1, i_3, element_3); listHolder_3->mList[i_3] = static_cast>( chip::JniReferences::GetInstance().LongToPrimitive(element_3)); } What UI are you using,...

for supported cluster, you can get it from descriptor cluster. for device identify info, you can get it from identify cluster. @Mitun90 has the above android issue resolved in your...

@Dhirav-Shah are you using cluster Interaction Tool UI? https://github.com/project-chip/connectedhomeip/blob/c13b324a3b9dcd3b278015c03c33ceab5fbd1a30/examples/android/CHIPTool/app/src/main/java/com/google/chip/chiptool/clusterclient/clusterinteraction/ClusterDetailFragment.kt#L200C15-L200C31 It seems we cannot write a array using android chip-tool cluster Interaction Tool UI?.

@Mitun90 thanks for your reply. Just FYI, you can also use wildcard fragment UI, then for AccessControlClusterAccessControlEntryStruct, you can use json to construct the struct for it. When using API,...

May I know the exact scenario and identify what property? Thanks

I would close this one, feel free to recreate another issue with the scenario you wnana know about identify cluster, thanks