Bugfix/basic object features cleanup (#614)
* Fixed compile warnings in basic objects * Added API for setting multi state text with null-terminated name lists in basic objects
This commit is contained in:
@@ -119,6 +119,10 @@ extern "C" {
|
||||
BACNET_RELIABILITY value);
|
||||
|
||||
BACNET_STACK_EXPORT
|
||||
bool Multistate_Input_State_Text_List_Set(
|
||||
uint32_t object_instance,
|
||||
const char *state_text_list);
|
||||
BACNET_STACK_EXPORT
|
||||
bool Multistate_Input_State_Text_Set(
|
||||
uint32_t object_instance,
|
||||
uint32_t state_index,
|
||||
|
||||
Reference in New Issue
Block a user