mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #80 from meshtastic/shutdown-addition
Shutdown admin message
This commit is contained in:
commit
62cb78fcbe
1 changed files with 4 additions and 0 deletions
|
|
@ -133,5 +133,9 @@ message AdminMessage {
|
|||
*/
|
||||
CannedMessagePluginMessagePart5 set_canned_message_plugin_part5 = 50;
|
||||
|
||||
/*
|
||||
* Tell the node to shutdown in this many seconds (or <0 to cancel shutdown)
|
||||
*/
|
||||
int32 shutdown_seconds = 51;
|
||||
}
|
||||
} // AdminMessage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue