Skip to content

Commit

Permalink
feat(bacnet): implemented unique properties for calendar type
Browse files Browse the repository at this point in the history
- DATE_LIST
  • Loading branch information
sruehl committed Jun 8, 2022
1 parent c365f85 commit cc0fb1d
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 1 deletion.

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 @@ -2841,7 +2841,12 @@
[*, 'DATABASE_REVISION' BACnetConstructedDataDatabaseRevision
[simple BACnetApplicationTagUnsignedInteger databaseRevision ]
]
//[*, 'DATE_LIST' BACnetConstructedDataDateList [validation '1 == 2' "TODO: implement me DATE_LIST BACnetConstructedDataDateList"]]
[*, 'DATE_LIST' BACnetConstructedDataDateList
[array BACnetCalendarEntry
dateList
terminated
'STATIC_CALL("isBACnetConstructedDataClosingTag", readBuffer, false, tagNumber)' ]
]
[*, 'DAYLIGHT_SAVINGS_STATUS' BACnetConstructedDataDaylightSavingsStatus
[simple BACnetApplicationTagBoolean daylightSavingsStatus ]
]
Expand Down

0 comments on commit cc0fb1d

Please sign in to comment.