Skip to content

Commit

Permalink
fix(cbus): fixed identify output unit sumary
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Aug 5, 2022
1 parent b67679f commit e4f60a3
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 34 deletions.

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

5 changes: 2 additions & 3 deletions protocols/c-bus/src/main/resources/protocols/cbus/c-bus.mspec
Original file line number Diff line number Diff line change
Expand Up @@ -1123,11 +1123,10 @@
[array byte currentSenseLevels count 'numBytes' ]
]
['OutputUnitSummary' IdentifyReplyCommandOutputUnitSummary
// TODO: we can use the bytes from above, but how is that dynamic? repeat the complete block here?
[simple IdentifyReplyCommandUnitSummary
unitFlags ]
[simple byte gavStoreEnabledByte1 ]
[simple byte gavStoreEnabledByte2 ]
[optional byte gavStoreEnabledByte1 'numBytes>1' ]
[optional byte gavStoreEnabledByte2 'numBytes>2' ]
[simple uint 8 timeFromLastRecoverOfMainsInSeconds ]
]
['DSIStatus' IdentifyReplyCommandDSIStatus
Expand Down

0 comments on commit e4f60a3

Please sign in to comment.