Hi All,
I am having a go at creating my first app for a couple of Zigbee devices. The manufacturer has used the product ID to contain the serial number. It is encoded in the form of 101.301.xxxxxx Where xxxxxx is different for each device. I was wondering if there is a way to allow a wildcard in the productId in driver.compose.json? I have tried 101.301.*, but it does not detect the device. At the moment, I will need to add the serial number of each of my devices to driver.compose.json. Can anyone think of a workaround?
Thanks for the help.