Skip to content

Commit bc3856e

Browse files
committed
Fix data type for sequence
1 parent 1467c12 commit bc3856e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bellows/ezsp/v14/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class GetTokenDataRsp(Struct):
136136
"broadcast_addr": t.BroadcastAddress,
137137
"alias": t.uint16_t,
138138
"sequence": t.uint8_t,
139-
"message_tag": t.uint8_t,
139+
"message_tag": t.uint16_t,
140140
"message": t.LVBytes,
141141
},
142142
{

0 commit comments

Comments
 (0)