add ability to get battery voltage

This commit is contained in:
liamcottle 2025-02-16 17:00:00 +13:00
parent 8125faaccf
commit f6cfe37449
3 changed files with 58 additions and 0 deletions

View file

@ -31,6 +31,7 @@ class Constants {
ExportContact: 17,
ImportContact: 18,
Reboot: 19,
GetBatteryVoltage: 20,
}
static ResponseCodes = {
@ -46,6 +47,7 @@ class Constants {
CurrTime: 9,
NoMoreMessages: 10,
ExportContact: 11,
BatteryVoltage: 12,
}
static PushCodes = {