diff --git a/code/espurna/lightfox.cpp b/code/espurna/lightfox.cpp index 38674ad8..5ffb1fdf 100644 --- a/code/espurna/lightfox.cpp +++ b/code/espurna/lightfox.cpp @@ -196,7 +196,7 @@ static void learn(::terminal::CommandContext&& ctx) { terminalOK(ctx); } -PROGMEM_STRING(Clear, "LIGHTFOX.LEARN"); +PROGMEM_STRING(Clear, "LIGHTFOX.CLEAR"); static void clear(::terminal::CommandContext&& ctx) { lightfox::clear(); diff --git a/code/espurna/scheduler.cpp b/code/espurna/scheduler.cpp index d2c3ee23..416ba355 100644 --- a/code/espurna/scheduler.cpp +++ b/code/espurna/scheduler.cpp @@ -439,7 +439,7 @@ namespace api { namespace keys { PROGMEM_STRING(Enabled, "enabled"); -PROGMEM_STRING(Target, "enabled"); +PROGMEM_STRING(Target, "target"); PROGMEM_STRING(Type, "type"); PROGMEM_STRING(Action, "action"); PROGMEM_STRING(Restore, "restore");