Modify example output objects
Add current-command-priority to output objects revision 17 or later. Modify analog, binary, multistate outputs to be dynamic creatable.
This commit is contained in:
@@ -1875,6 +1875,10 @@ void Device_Init(object_functions_t *object_table)
|
||||
}
|
||||
pObject++;
|
||||
}
|
||||
/* create some dynamically created objects as examples */
|
||||
Analog_Output_Create(1);
|
||||
Binary_Output_Create(1);
|
||||
Multistate_Output_Create(1);
|
||||
#if (BACNET_PROTOCOL_REVISION >= 24)
|
||||
Color_Create(1);
|
||||
Color_Temperature_Create(1);
|
||||
|
||||
Reference in New Issue
Block a user