Skip to content

Commit

Permalink
fix(cbus): fixed network voltage using the wrong bit size
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Aug 10, 2022
1 parent 7d98c6d commit 21b3d63
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.

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 @@ -1100,9 +1100,9 @@
[array byte terminalLevels count 'numBytes' ] // TODO: check datatype
]
['NetworkVoltage' IdentifyReplyCommandNetworkVoltage
[simple string 2 volts ]
[simple string 16 volts ]
[const byte dot 0x2C ]
[simple string 2 voltsDecimalPlace ]
[simple string 16 voltsDecimalPlace ]
[const byte v 0x56 ]
]
['GAVValuesCurrent' IdentifyReplyCommandGAVValuesCurrent
Expand Down

0 comments on commit 21b3d63

Please sign in to comment.