mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
add device query command
This commit is contained in:
parent
939ca22918
commit
6dc6285cda
2 changed files with 52 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ class Constants {
|
|||
ImportContact: 18,
|
||||
Reboot: 19,
|
||||
GetBatteryVoltage: 20,
|
||||
SetTuningParams: 21, // todo
|
||||
DeviceQuery: 22,
|
||||
}
|
||||
|
||||
static ResponseCodes = {
|
||||
|
|
@ -48,6 +50,7 @@ class Constants {
|
|||
NoMoreMessages: 10,
|
||||
ExportContact: 11,
|
||||
BatteryVoltage: 12,
|
||||
DeviceInfo: 13,
|
||||
}
|
||||
|
||||
static PushCodes = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue