Added protocol-revion 20 support

This commit is contained in:
Steve Karg
2020-01-04 12:41:31 -06:00
parent 6c52e5ce2e
commit 35a8c47213
3 changed files with 17 additions and 1 deletions
+4
View File
@@ -107,6 +107,10 @@
/* from 135-2016 version of the BACnet Standard */
#define MAX_ASHRAE_OBJECT_TYPE 60
#define MAX_BACNET_SERVICES_SUPPORTED 44
#elif (BACNET_PROTOCOL_REVISION == 20)
/* Addendum 135-2016bd */
#define MAX_ASHRAE_OBJECT_TYPE 61
#define MAX_BACNET_SERVICES_SUPPORTED 44
#else
#error MAX_ASHRAE_OBJECT_TYPE and MAX_BACNET_SERVICES_SUPPORTED not defined!
#endif