Get history fix
This commit is contained in:
parent
26af3b8b69
commit
8a6a73206e
|
@ -2,7 +2,7 @@ import { MessageTypes } from "../common";
|
||||||
import { numberToUint16BE } from "../utilities/number";
|
import { numberToUint16BE } from "../utilities/number";
|
||||||
import { packOutgoingPacket } from "./packet";
|
import { packOutgoingPacket } from "./packet";
|
||||||
|
|
||||||
const MESSAGE_TYPE = numberToUint16BE(MessageTypes.Keepalive);
|
const MESSAGE_TYPE = numberToUint16BE(MessageTypes.GetHistory);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an outgoing keepalive (0x0005) packet.
|
* Create an outgoing keepalive (0x0005) packet.
|
||||||
|
|
Loading…
Reference in New Issue