Skip to content

Commit

Permalink
fix(cbus): fixed CALDataReply using the wrong datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Jul 12, 2022
1 parent 376f950 commit 505eb67
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 25 deletions.
57 changes: 34 additions & 23 deletions plc4go/protocols/cbus/readwrite/model/CALDataReply.go

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

4 changes: 2 additions & 2 deletions protocols/c-bus/src/main/resources/protocols/cbus/c-bus.mspec
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,8 @@
identifyReplyCommand ]
]
['REPLY' *Reply(CALCommandTypeContainer commandTypeContainer) // Reply
[simple uint 8 paramNumber ]
[array byte data count 'commandTypeContainer.numBytes-1' ]
[simple Parameter paramNo ]
[array byte data count 'commandTypeContainer.numBytes-1' ]
]
['ACKNOWLEDGE' *Acknowledge // Reply
[simple Parameter paramNo ]
Expand Down

0 comments on commit 505eb67

Please sign in to comment.