I am trying to manage my Matter device using MatterSupport.Framework.
Prior to this I was using the matter.Framework, and I added devices through the commissionDevice API, which has the ability to set DeviceId for Matter devices. I was then able to use deviceId to control my device (like setting switches, brightness, etc.).
But due to some other issues, I had to add my device using the MatterAddDeviceRequest API in MatterSupport.
I can't find a unique identifier for a device such as "deviceID" in the documentation. So I'm confused, how do I control my matter device after adding it via the MatterAddDeviceRequest API