Hi, I’m working on an app where the same driver can control different versions of a device. I would like to associate more than one default icon to the driver so that the user, once the device is added to Homey, can choose the right icon. Is it possible or a driver can have only one icon?
In the device pairing data, you can set which icon should be used for the device.
I’m fairly sure though that when you want to offer the user a choice of which icon to use, you need to use a custom pairing view: Custom Views | Homey Apps SDK
I don’t think it’s possible to add more “default” icons, you have to let the user choose the preferred icon during the pairing process, like I described.