Fixed BACnetHostNPort known property decoding. (#700)

* Fixed BACnetHostNPort known property decoding.

* Added BDT-Entry and FDT-Entry to BACapp for known property encoding/decoding.
This commit is contained in:
Steve Karg
2024-07-19 16:45:09 -05:00
committed by GitHub
parent fd2f33b522
commit 90714c094c
17 changed files with 1942 additions and 527 deletions
+2
View File
@@ -520,5 +520,7 @@ zephyr_compile_definitions(
$<$<BOOL:${CONFIG_BACAPP_DEVICE_OBJECT_REFERENCE}>:BACAPP_DEVICE_OBJECT_REFERENCE>
$<$<BOOL:${CONFIG_BACAPP_OBJECT_PROPERTY_REFERENCE}>:BACAPP_OBJECT_PROPERTY_REFERENCE>
$<$<BOOL:${CONFIG_BACAPP_DESTINATION}>:BACAPP_DESTINATION>
$<$<BOOL:${CONFIG_BACAPP_BDT_ENTRY}>:BACAPP_BDT_ENTRY>
$<$<BOOL:${CONFIG_BACAPP_FDT_ENTRY}>:BACAPP_FDT_ENTRY>
)
+12
View File
@@ -255,6 +255,18 @@ config BACAPP_DESTINATION
help
BACnet data types supported for WriteProperty: DESTINATION
config BACAPP_BDT_ENTRY
bool "BACnet data types supported for WriteProperty: BDT_ENTRY"
default false
help
BACnet data types supported for WriteProperty: BDT_ENTRY
config BACAPP_FDT_ENTRY
bool "BACnet data types supported for WriteProperty: FDT_ENTRY"
default false
help
BACnet data types supported for WriteProperty: FDT_ENTRY
config BACAPP_PRINT_ENABLED
bool "BACnet app print"
default false