I need to automate the creation of a large number of transmitters and it appears that the arguments and keywords have changed from what is currently shown in the documentation.
I’ve been able to figure out some of the required keywords and have the method complete in the scripting console without error to create a transmitter. To view it in the web UI requires a page refresh, but when I try to edit it, I get an error page with a warning of “Application Error has occurred, check web console for details”. Looking in the console I see this error - TypeError: Cannot read properties of undefined (reading ‘convertUdts’)
Is there any updated documentation for the system.cirruslink.transmission.createConfig() method, or can someone post a functional example script? Or perhaps this is simply a bug?