Skip to content

Commit

Permalink
Update cli.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jgauchia authored Nov 24, 2024
1 parent 44f97f4 commit 373f4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void wcli_reboot(char *args, Stream *response)
*/
void wcli_poweroff(char *args, Stream *response)
{
deviceShutdown();
power.deviceShutdown();
}

/**
Expand Down

0 comments on commit 373f4ec

Please sign in to comment.