Skip to content

Commit

Permalink
fix(cbus): repaired some byte numberings
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Aug 5, 2022
1 parent 5ce93fb commit 274449d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions protocols/c-bus/src/main/resources/protocols/cbus/c-bus.mspec
Original file line number Diff line number Diff line change
Expand Up @@ -1183,10 +1183,10 @@
// The invalid packets are receiving a value of 13 / 0x0D -> Short form command: length = 5 (no idea what the bit number 4 means, which is set)
[enum uint 8 CALCommandTypeContainer(CALCommandType commandType, uint 5 numBytes)
['0x08' CALCommandReset ['RESET', '0']]
['0x1A' CALCommandRecall ['RECALL', '0']]
['0x21' CALCommandIdentify ['IDENTIFY', '0']]
['0x2A' CALCommandGetStatus ['GET_STATUS', '0']]
['0x32' CALCommandAcknowledge ['ACKNOWLEDGE', '0']]
['0x1A' CALCommandRecall ['RECALL', '2']]
['0x21' CALCommandIdentify ['IDENTIFY', '1']]
['0x2A' CALCommandGetStatus ['GET_STATUS', '2']]
['0x32' CALCommandAcknowledge ['ACKNOWLEDGE', '2']]
['0x80' CALCommandReply_0Bytes ['REPLY', '0']]
['0x81' CALCommandReply_1Bytes ['REPLY', '1']]
['0x82' CALCommandReply_2Bytes ['REPLY', '2']]
Expand Down

0 comments on commit 274449d

Please sign in to comment.