Merge pull request #80 from meshtastic/shutdown-addition

Shutdown admin message
pull/81/head
Ben Meadors 2022-01-20 19:01:49 -06:00 zatwierdzone przez GitHub
commit 62cb78fcbe
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

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