8#ifndef WOMBAT_CONFIG_CLI_H
9#define WOMBAT_CONFIG_CLI_H
22 inline static const std::string
cmd =
"config";
24 static BaseType_t
enter_cli(
char *pcWriteBuffer,
size_t xWriteBufferLen,
25 const char *pcCommandString);
Node configuration options.
CLI interface to get and set device configuration options.
Definition: config_cli.h:16
static BaseType_t enter_cli(char *pcWriteBuffer, size_t xWriteBufferLen, const char *pcCommandString)
Enter command line interface (CLI) mode for the given command string.
Definition: config_cli.cpp:47
static DeviceConfig & config
Current device configuration (called upon initialisation)
Definition: config_cli.h:18
static const std::string cmd
CLI prefix for configuration commands.
Definition: config_cli.h:22
Node configuration options for both getting and setting values.
Definition: DeviceConfig.h:21
static DeviceConfig & get()
Provides an instance to other functions (MQTT and uplink intervals) to access (set,...
Definition: DeviceConfig.h:37