added text printing for property-list property. Added property-list property to analog-input object.

This commit is contained in:
skarg
2013-11-16 21:49:06 +00:00
parent cedaa5a944
commit 94cf94b09d
5 changed files with 42 additions and 21 deletions
+8
View File
@@ -1039,6 +1039,14 @@ const char *bactext_property_name(
ASHRAE_Reserved_String, Vendor_Proprietary_String);
}
const char *bactext_property_name_default(
unsigned index,
const char *default_string)
{
return indtext_by_index_default(bacnet_property_names, index,
default_string);
}
unsigned bactext_property_id(
const char *name)
{