pull/652/head
Ben Meadors 2025-02-23 08:42:31 -06:00
rodzic dee784ab1c
commit 2a1386b151
1 zmienionych plików z 22 dodań i 0 usunięć

Wyświetl plik

@ -154,6 +154,18 @@ message AdminMessage {
PAXCOUNTER_CONFIG = 12;
}
enum BackupLocation {
/*
* Backup to the internal flash
*/
FLASH = 0;
/*
* Backup to the SD card
*/
SD = 1;
}
/*
* TODO: REPLACE
*/
@ -270,6 +282,16 @@ message AdminMessage {
*/
uint32 set_scale = 23;
/*
* Backup the node's preferences
*/
BackupLocation backup_preferences = 24;
/*
* Restore the node's preferences
*/
BackupLocation restore_preferences = 25;
/*
* Set the owner for this node
*/