aboutsummaryrefslogtreecommitdiff
path: root/parse/packets.go
diff options
context:
space:
mode:
Diffstat (limited to 'parse/packets.go')
-rw-r--r--parse/packets.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/parse/packets.go b/parse/packets.go
index 7410c64..d1590be 100644
--- a/parse/packets.go
+++ b/parse/packets.go
@@ -17,11 +17,11 @@ var session = [][]byte{
0xa0, 0x07, 0xa0, 0x05, 0x03, 0x03, 0x00, 0x08,
0x00,
},
- { // 2
+ { // 2 system status request
0xa1, 0x0c, 0x02, 0x01, 0x01, 0x02, 0x02, 0x00,
0xd3, 0x30, 0x03, 0x0a, 0x01, 0x02,
},
- { // 3
+ { // 3 system status result
0xa2, 0x0b, 0x02, 0x01, 0x01, 0x30, 0x06, 0x02,
0x02, 0x00, 0xd3, 0x05, 0x00,
},