From 9f1719756db32b9ed47d33bbbbf409ec90910092 Mon Sep 17 00:00:00 2001 From: skarg Date: Thu, 12 Jul 2012 16:41:52 +0000 Subject: [PATCH] Added Binary Input Write Property handler to the device handler function table. Thanks for asking, Vogel! --- bacnet-stack/demo/object/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/demo/object/device.c b/bacnet-stack/demo/object/device.c index f9a483e7..8d0be8da 100644 --- a/bacnet-stack/demo/object/device.c +++ b/bacnet-stack/demo/object/device.c @@ -156,7 +156,7 @@ static object_functions_t My_Object_Table[] = { Binary_Input_Valid_Instance, Binary_Input_Object_Name, Binary_Input_Read_Property, - NULL /* Write Property */ , + Binary_Input_Write_Property, Binary_Input_Property_Lists, NULL /* ReadRangeInfo */ , NULL /* Iterator */ ,