Skip to content

Commit

Permalink
feat(cbus): implemented audio and video application
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Jul 19, 2022
1 parent 4d1b020 commit 409a709
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 7 deletions.
54 changes: 48 additions & 6 deletions plc4go/protocols/cbus/readwrite/model/SALDataAudioAndVideo.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,8 @@
[simple EnableControlData enableControlData]
]
['AUDIO_AND_VIDEO' *AudioAndVideo
[validation '1==2' "AUDIO_AND_VIDEO Not yet implemented"] // TODO: implement me
// Note: the documentation states that the data for ventilation uses LightingData
[simple LightingData audioVideoData]
]
['SECURITY' *Security
[simple SecurityData securityData]
Expand Down

0 comments on commit 409a709

Please sign in to comment.