Added Relinquish-Default to Enumerated special property cases.
This commit is contained in:
@@ -1045,6 +1045,7 @@ bool bacapp_print_value(
|
|||||||
type.Enumerated));
|
type.Enumerated));
|
||||||
break;
|
break;
|
||||||
case PROP_PRESENT_VALUE:
|
case PROP_PRESENT_VALUE:
|
||||||
|
case PROP_RELINQUISH_DEFAULT:
|
||||||
if (object_type < PROPRIETARY_BACNET_OBJECT_TYPE) {
|
if (object_type < PROPRIETARY_BACNET_OBJECT_TYPE) {
|
||||||
fprintf(stream, "%s",
|
fprintf(stream, "%s",
|
||||||
bactext_binary_present_value_name(value->type.
|
bactext_binary_present_value_name(value->type.
|
||||||
|
|||||||
Reference in New Issue
Block a user