Enhancing the Template Config Import function with Booleans for device options
-
When creating a device template there are situations where a base device may or have options such as "Enhanced I/O" installed. This may not be present on every device being added to Mango, but creating a single device template with all extra options included in the .ftl and having the ability to set the options you want included during the import process would be very helpful.
Thank you
-
Hi Wingnut,
It is a good idea. One possibility to hack up that functionality could be adding a
deviceType:Global:Global
variable to the manifest section and checking its value in a<#if deviceTypeGlobalGlobal == "Enhanced I/O">
as the boolean condition, if I understand you correctly. -
Thank you, Phillip. I will give this a try.