Skip to content

Commit

Permalink
se: repurpose power-cycle to power off
Browse files Browse the repository at this point in the history
  • Loading branch information
fouge committed Apr 4, 2024
1 parent 138f6ce commit 8538cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messages/mcu_messaging_sec.proto
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ message SERequest
enum RequestType {
READ_WRITE = 0;
CLEAR_READ_BUFFER = 1;
POWER_CYCLE = 2;
POWER_OFF = 2;
};
uint32 id = 1;
bytes data = 2;
Expand Down

0 comments on commit 8538cf4

Please sign in to comment.