mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
add ability to get battery voltage
This commit is contained in:
parent
8125faaccf
commit
f6cfe37449
3 changed files with 58 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue