7 October 2016
The addconfigurationgroup command can be used to add a group to Corrade's configuration.
| Command | Required Parameters | Required Corrade Permissions | Example |
|---|---|---|---|
removeconfigurationgroup | group, password, target | system | llInstantMessage(CORRADE, wasKeyValueEncode( [ // Remove a configured group. "command", "removeconfigurationgroup", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), // The name or the UUID of a group. "target", "b2eaaaea-995a-01d3-10eb-712d3b2d68f4", "callback", wasURLEscape(URL) ] ) ); |
target parameter can be a name or an UUID but the group has to exist on the connecting grid or Corrade will not find the group.http_request. To change individual settings for a group, you should consider accessing the configuration using the configuration command instead of removing and creating the entire group again.