SetConfigMode
This method commands the ConfigModule to set a new active config mode.
Method Name: SetConfigMode
Payload:
{
"modeName": "<new mode name>"
}Returns:
{
"oldConfigMode": "<previous config mode>",
"newConfigMode": "<active config mode>"
}Last updated
Was this helpful?