From 6e6cdf2bc0c89203570bd6b97dd3d983324eea51 Mon Sep 17 00:00:00 2001 From: skarg Date: Wed, 17 Jun 2009 23:24:32 +0000 Subject: [PATCH] Added the call to Multistate_Output_Property_Lists() into the switch statement in RPM_Property_List(). It was noticed because the Scada Engine BOWS chokes on this when it tries to do an RPM "all" and stops using RPM for all the other objects on the device as well. Thank you, Peter! --- bacnet-stack/demo/handler/h_rpm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bacnet-stack/demo/handler/h_rpm.c b/bacnet-stack/demo/handler/h_rpm.c index a25f7298..6e9c40c1 100644 --- a/bacnet-stack/demo/handler/h_rpm.c +++ b/bacnet-stack/demo/handler/h_rpm.c @@ -131,6 +131,9 @@ static void RPM_Property_List( &pPropertyList->Proprietary.pList); break; case OBJECT_MULTI_STATE_OUTPUT: + Multistate_Output_Property_Lists(&pPropertyList->Required.pList, + &pPropertyList->Optional.pList, + &pPropertyList->Proprietary.pList); break; #if defined(BACFILE) case OBJECT_FILE: