1 September 2015
getconfigurationdata (Commands) | |
---|---|
Type | Corrade progressive command |
Command | getconfigurationdata |
Description | The getconfigurationdata command allows you to query settings from Corrade's configuration file. |
Permissions | system |
Parameters | group , password |
Last Changes | Release 9.0 - added. |
The getconfigurationdata
command allows you to query settings from Corrade's configuration file. All the data parameters are taken as the values of the elements in the Corrade.ini
file.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
getconfigurationdata | group , password | system | llInstantMessage(CORRADE, wasKeyValueEncode( [ // read the AIML and RLV settings "command", "getconfigurationdata", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "data", wasURLEscape( wasListToCSV( [ "EnableSIML", "EnableRLV" ] ) ), "callback", wasURLEscape(URL) ] ) ); |