From fc2d1598333930dda758843a7846c0dd1743ef96 Mon Sep 17 00:00:00 2001 From: skarg Date: Tue, 16 Oct 2007 01:23:16 +0000 Subject: [PATCH] Changed default device object id to 260xxx since 260 is the vendor ID of this BACnet stack. --- 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 1fbefd13..1f1824e6 100644 --- a/bacnet-stack/demo/object/device.c +++ b/bacnet-stack/demo/object/device.c @@ -115,7 +115,7 @@ void Device_Property_Lists( properties that are writable or that may change. The properties that are constant can be hard coded into the read-property encoding. */ -static uint32_t Object_Instance_Number = 0; +static uint32_t Object_Instance_Number = 260001; static char Object_Name[16] = "SimpleServer"; static BACNET_DEVICE_STATUS System_Status = STATUS_OPERATIONAL; static char *Vendor_Name = BACNET_VENDOR_NAME;