add device query command

This commit is contained in:
liamcottle 2025-02-19 21:24:55 +13:00
parent 939ca22918
commit 6dc6285cda
2 changed files with 52 additions and 0 deletions

View file

@ -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 = {