get channels

This commit is contained in:
liamcottle 2025-03-11 19:16:55 +13:00
parent 19cbbb9206
commit 9e6f42f0bc
4 changed files with 107 additions and 2 deletions

View file

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