Add new enumerations and text (#255)

Add enumerations and text for Color and Color Temperature objects
Add enumerations and text for Audit Log and Audit Reporter objects
Add enumerations and text for BACnet/SC Network Port object

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2022-04-22 12:39:57 -05:00
committed by GitHub
parent d5b6b26543
commit 94623c63c5
3 changed files with 164 additions and 15 deletions
+5
View File
@@ -201,6 +201,11 @@ extern "C" {
BACNET_STACK_EXPORT
const char *bactext_lighting_transition(
unsigned index);
BACNET_STACK_EXPORT
const char *bactext_color_operation_name(
unsigned index);
#ifdef __cplusplus
}
#endif /* __cplusplus */