* Implement clear flags command for profile language.
This commit is contained in:
2021-05-22 12:13:43 +02:00
parent bc5e4c14df
commit 0b1ce8b614
3 changed files with 25 additions and 1 deletions

View File

@@ -41,7 +41,8 @@ static const struct pl_command_list_map cmd_list_map[_PL_NUM_CMDS] = {
{PL_WAIT_FOR_TIME, "wait_time", 1u},
{PL_SET_RAMP, "temp_ramp", 2u},
{PL_LOUDSPEAKER_SET, "beep", 1u},
{PL_OFF, "temp_off", 0u}
{PL_OFF, "temp_off", 0u},
{PL_CLEAR_FLAGS, "clear_flags", 0u},
};
/**