Skip to content

Commit

Permalink
feat(bacnet): implemented BACnetNotificationParametersChangeOfCharact…
Browse files Browse the repository at this point in the history
…erString
  • Loading branch information
sruehl committed May 24, 2022
1 parent 1505202 commit c2d5017
Show file tree
Hide file tree
Showing 3 changed files with 367 additions and 0 deletions.

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

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 @@ -1431,6 +1431,18 @@
[simple BACnetClosingTag('peekedTagNumber')
innerClosingTag ]
]
['17' BACnetNotificationParametersChangeOfCharacterString(uint 8 peekedTagNumber)
[simple BACnetOpeningTag('peekedTagNumber')
innerOpeningTag ]
[simple BACnetContextTagCharacterString('0', 'BACnetDataType.CHARACTER_STRING')
changedValue ]
[simple BACnetStatusFlags('1')
statusFlags ]
[simple BACnetContextTagCharacterString('2', 'BACnetDataType.CHARACTER_STRING')
alarmValue ]
[simple BACnetClosingTag('peekedTagNumber')
innerClosingTag ]
]
// TODO: implement other cases
[BACnetNotificationParametersUnmapped
// TODO: implement me
Expand Down

0 comments on commit c2d5017

Please sign in to comment.