This commit is contained in:
liamcottle 2025-04-08 14:33:10 +12:00
parent cfb3743214
commit 5433f81643

View file

@ -4,4 +4,4 @@ const bytes = Buffer.from("0200B401DF6528CC9778A56F36FE9399A5CF6B0C7EDE", "hex")
const packet = Packet.fromBytes(bytes);
console.log(packet);
console.log(packet.parsePayload());
console.log(packet.parsePayload());