add ability to reboot device

This commit is contained in:
liamcottle 2025-02-16 16:57:08 +13:00
parent 77803c5fca
commit 8125faaccf
3 changed files with 46 additions and 0 deletions

View file

@ -30,6 +30,7 @@ class Constants {
ShareContact: 16,
ExportContact: 17,
ImportContact: 18,
Reboot: 19,
}
static ResponseCodes = {