Add get history message

This commit is contained in:
Jack Hadrill
2024-11-19 23:15:50 +00:00
parent 3a163df991
commit 386e8c3ed1
3 changed files with 20 additions and 9 deletions

View File

@@ -8,5 +8,5 @@ export enum MessageTypes {
UserDataRequest = 0x0002,
UserDataResponse = 0x0003,
Keepalive = 0x0005,
Unsubscribe = 0xFFFF
GetHistory = 0xfffe,
}