SetConfigMode

This method commands the ConfigModule to set a new active config mode.

See ConfigMode documentation for details.

Method Name: SetConfigMode

Payload:

{
    "modeName": "<new mode name>"
}

Returns:

{
    "oldConfigMode": "<previous config mode>",
    "newConfigMode": "<active config mode>"
}

Last updated

Was this helpful?