Add the ZPC-specific fixtures to the Unify config system.
More...
Add the ZPC-specific fixtures to the Unify config system.
This module is the source of all ZPC-specific configuration parameters. The source of the configuration parameters are command line arguments and the configuration file.
The after initialization the configurations parameters are constant.
◆ CONFIG_KEY_ZPC_DATASTORE_FILE
| #define CONFIG_KEY_ZPC_DATASTORE_FILE "zpc.datastore_file" |
◆ DEFAULT_ZPC_DATASTORE_FILE
| #define DEFAULT_ZPC_DATASTORE_FILE UIC_VAR_DIR "/zpc.db" |
◆ ZWAVE_CONFIG_REPRESENTATION
| #define ZWAVE_CONFIG_REPRESENTATION "1" |
◆ ZWAVE_LONG_RANGE_CONFIG_REPRESENTATION
| #define ZWAVE_LONG_RANGE_CONFIG_REPRESENTATION "2" |
◆ zpc_config_init()
Register ZPC configurations in config.
This must be called before uic_main.
- Returns
- 0 on success.
◆ zpc_get_config()
Get the current configuration. This must only be called after zpc_config_init.