[mce] Add method call for getting all mce settings. JB#34813

This commit is contained in:
Simo Piiroinen
2016-11-09 14:02:43 +02:00
parent 13e1c2b3c0
commit 5ea1f28ad7

View File

@@ -474,6 +474,18 @@
*/
#define MCE_CONFIG_GET "get_config"
/** Query all configuration values
*
* Get array of (key,value) pairs for all runtime changeable settings
* that mce supports.
*
* @since v1.83.0
*
* @return ARRAY(DICT_ENTRY(STRING, VARIANT)), or
* error reply
*/
#define MCE_CONFIG_GET_ALL "get_config_all"
/** Set configuration value
*
* @since v1.12.15