provide a factory reset option for 1.2

This commit is contained in:
Mike Kinney 2022-03-17 10:04:26 -07:00
parent 615130dd97
commit 682e8964ce

View file

@ -125,5 +125,10 @@ message AdminMessage {
* Tell the node to shutdown in this many seconds (or <0 to cancel shutdown)
*/
int32 shutdown_seconds = 51;
/*
* Tell the node to do a factory reset and then reboot in this many seconds (or <0 to cancel reboot)
*/
int32 factory_reset_then_reboot_seconds = 52;
}
} // AdminMessage