diff --git a/bacnet-stack/demo/object/ai.c b/bacnet-stack/demo/object/ai.c index 4f592d7e..b25fef83 100644 --- a/bacnet-stack/demo/object/ai.c +++ b/bacnet-stack/demo/object/ai.c @@ -64,6 +64,7 @@ static const int Properties_Required[] = { static const int Properties_Optional[] = { PROP_DESCRIPTION, + PROP_RELIABILITY, #if defined(INTRINSIC_REPORTING) PROP_TIME_DELAY, PROP_NOTIFICATION_CLASS,