This commit is contained in:
Paul
2019-11-13 22:22:51 +01:00
parent f7dda6bd54
commit b56e12f33e
5 changed files with 26 additions and 4 deletions

View File

@@ -103,7 +103,7 @@ static const command_t project_cmds[] PROGMEM = {
{true, "tx_mode <n>", "changes Tx logic. 1=EMS generic, 2=EMS+, 3=HT3"},
{false, "info", "show current values deciphered from the EMS messages"},
{false, "log <n | b | t | s | r | j | v>", "set logging mode to none, basic, thermostat only, solar module only, raw, jabber or verbose"},
{false, "log <n | b | t | s | r | j | v | number>", "set logging to none, basic, thermostat, solar module, raw, jabber, verbose or specific type"},
#ifdef TESTS
{false, "test <n>", "insert a test telegram on to the EMS bus"},