Feature/add basic structured view object (#641)
* Added basic structured view object and unit test. Added example structured view into server example. * Removed creation of objects from basic device object into the server example
This commit is contained in:
@@ -342,6 +342,12 @@ config BACNET_BASIC_OBJECT_SCHEDULE
|
||||
help
|
||||
Use the BACnet basic schedule object
|
||||
|
||||
config BACNET_BASIC_OBJECT_STRUCTURED_VIEW
|
||||
bool "Use the BACnet basic structured view object"
|
||||
default false
|
||||
help
|
||||
Use the BACnet basic structured view object
|
||||
|
||||
config BACNET_BASIC_OBJECT_TIME_VALUE
|
||||
bool "Use the BACnet basic time value object"
|
||||
default false
|
||||
|
||||
Reference in New Issue
Block a user