jkp
April 26, 2022, 12:35am
25
Unfortunately any device in IDE with Placholder as the device type should not be changed. Placeholders are for the new schema and will not work with the old groovy device handlers that will eventually be phased out.
non-technical answer: the IDE is part of the old groovy based architecture. It will be going away and be replaced with something else. in the meantime, anything which is using the new architecture will be represented in the IDE with “placeholder“ under the device type column. This includes devices using an Edge Driver. Since new edge drivers are being added overtime, it may even be that a device which is the same model number as a device you previously added which used a groovy DTH is now using an Edge driver and so shows up as placeholder.
Don’t change it! Once the device is using an integration from the new architecture, you can no longer get to its code details through the IDE, And changing it to a different device type may break the integration altogether.
If you need to cha…