NagendraMudadla
NagendraMudadla
suspend fun readAttributes(deviceId: Long){ val devicePtr = chipClient.awaitGetConnectedDevicePointer(deviceId) val attributePath = ChipAttributePath.newInstance(1L, 145L, 1L) chipClient.readAttribute(devicePtr, attributePath) chipClient.subscribeToAttribute(devicePtr, attributePath, 5, 5000, object : ReportCallback { override fun onError( attributePath: ChipAttributePath?, eventPath:...
Hi Team, I added the one smart Wi-Fi light device through matter while using the your sample app. While controlling and reading the on off its working fine. But while...