Hi,
There are any way to create a preset and send arguments to provision script via API?
I’m reading the Wiki but is not explained about that:
query = {
"weight": 0,
"precondition": "{\"_tags\": \"test\"}"
"configurations": [
{
"type": "value",
"name": "InternetGatewayDevice.ManagementServer.PeriodicInformEnable",
"value": "true"
}
]
}
I can only create a preset, asign a name, channel, events, precondition and configurations, but no way to send arguments in configurations.
Thanks!