04-24-2024 01:50 AM
I commission the matter device using goggle play service using following function
after commission success not able to find commissioned device in goggle home app. is there any Method need to call after commission success to register device in google home app, I want to commission matter device in goggle fabric from my app and device can control by using goggle Home app
private fun commissionDevice() { val request: CommissioningRequest = CommissioningRequest.builder().build() Matter.getCommissioningClient(this) .commissionDevice(request) .addOnSuccessListener { result -> commissioningLauncher.launch(IntentSenderRequest.Builder(result).build()) }
}
After commission success matter device should be visible and Controle by using goggle home app
Answered! Go to the Recommended Answer.
04-26-2024 12:56 PM
Hello @Supriya ,
04-26-2024 12:56 PM
Hello @Supriya ,
04-30-2024 02:45 AM
I want to commission the device to google fabric not to android and development fabric and i have use the code to commission to google fabric, and want to control the device from google home app
05-07-2024 10:45 AM
Hello @SupriyaSA ,
Currently commissioning the devices to Google fabric and controlling it through your app is under development. Keep checking our public news letter and documentation for any updates in this regard.