Merge pull request #80 from meshtastic/shutdown-addition

Shutdown admin message
This commit is contained in:
Ben Meadors 2022-01-20 19:01:49 -06:00 committed by GitHub
commit 62cb78fcbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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