mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
get channels
This commit is contained in:
parent
19cbbb9206
commit
9e6f42f0bc
4 changed files with 107 additions and 2 deletions
|
|
@ -39,6 +39,8 @@ class Constants {
|
|||
SendRawData: 25,
|
||||
SendLogin: 26, // todo
|
||||
SendStatusReq: 27, // todo
|
||||
GetChannel: 31,
|
||||
SetChannel: 32,
|
||||
}
|
||||
|
||||
static ResponseCodes = {
|
||||
|
|
@ -58,6 +60,7 @@ class Constants {
|
|||
DeviceInfo: 13,
|
||||
PrivateKey: 14,
|
||||
Disabled: 15,
|
||||
ChannelInfo: 18,
|
||||
}
|
||||
|
||||
static PushCodes = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue