ClearConfig
This method commands the Config module to clear all configurations belonging to a particular module.
ModuleId specifies the module. If ModuleId is null, all configurations, from all modules, will be removed.
ConfigType can assume values "All", "Static" and "Dynamic". This defines which part of the configuration that is cleared.
Method Name: ClearConfig
Payload:
{
"ModuleId": "ModbusModule",
"ConfigType": "All"
}Last updated
Was this helpful?