Issues creating a template to add multiple secondary color codes on PMP450 SM

Hello there,

We are looking to create a configuration template that will add multiple color codes as secondary priority to some of our 450 SMs.  Based on the configuration I exported from one radio with those settings configured by the GUI, it should look something like this:

{
 "userParameters": {
  "smRadioConfig": {
   "colorCodeList": [
    {
     "colorCode": 131,
     "priority": 2
    },
    {
     "colorCode": 132,
     "priority": 2
    },
    {
     "colorCode": 133,
     "priority": 2
    },
    {
     "colorCode": 134,
     "priority": 2
    }
   ]
  }
  }
}


The template saves properly in cnMaestro, so no big json syntax errors, but when applying to the radio I get a "Configuration Import Failed" message.  Am I doing this wrong?

Thanks

I have forwarded this to our support team

Are additional error details provided in the Device Agent log in the device's web UI?