mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
add support for fetching telemetry from contacts
This commit is contained in:
parent
7acd0eefa0
commit
83ea9c8e3c
3 changed files with 127 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ class Constants {
|
|||
SendTracePath: 36,
|
||||
// todo set device pin command
|
||||
SetOtherParams: 38,
|
||||
SendTelemetryReq: 39,
|
||||
}
|
||||
|
||||
static ResponseCodes = {
|
||||
|
|
@ -81,6 +82,7 @@ class Constants {
|
|||
LogRxData: 0x88,
|
||||
TraceData: 0x89,
|
||||
NewAdvert: 0x8A, // when companion is set to manually add contacts
|
||||
TelemetryResponse: 0x8B,
|
||||
}
|
||||
|
||||
static ErrorCodes = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue