Changed default device object id to 260xxx since 260 is the vendor ID of this BACnet stack.

This commit is contained in:
skarg
2007-10-16 01:23:16 +00:00
parent f70e80f146
commit fc2d159833
+1 -1
View File
@@ -115,7 +115,7 @@ void Device_Property_Lists(
properties that are writable or that may change. properties that are writable or that may change.
The properties that are constant can be hard coded The properties that are constant can be hard coded
into the read-property encoding. */ 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 char Object_Name[16] = "SimpleServer";
static BACNET_DEVICE_STATUS System_Status = STATUS_OPERATIONAL; static BACNET_DEVICE_STATUS System_Status = STATUS_OPERATIONAL;
static char *Vendor_Name = BACNET_VENDOR_NAME; static char *Vendor_Name = BACNET_VENDOR_NAME;