1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-10-27 00:57:47 +08:00

add additional object type enumerations #176

This commit is contained in:
Joel Bender
2018-03-21 22:38:27 -04:00
parent f32ec9c584
commit 291279dfc9
6 changed files with 27 additions and 3 deletions

View File

@@ -107,8 +107,12 @@ class ObjectTypesSupported(BitString):
, 'positiveIntegerValue':48
, 'timePatternValue':49
, 'timeValue':50
, 'notificationForwarder':51
, 'alertEnrollment':52
, 'channel':53
, 'lightingOutput':54
}
bitLen = 51
bitLen = 55
class ResultFlags(BitString):
bitNames = \

View File

@@ -1524,6 +1524,7 @@ class ObjectType(Enumerated):
, 'accessUser':35
, 'accessZone':36
, 'accumulator':23
, 'alertEnrollment':52
, 'analogInput':0
, 'analogOutput':1
, 'analogValue':2
@@ -1533,6 +1534,7 @@ class ObjectType(Enumerated):
, 'binaryValue':5
, 'bitstringValue':39
, 'calendar':6
, 'channel':53
, 'characterstringValue':40
, 'command':7
, 'credentialDataInput':37
@@ -1550,6 +1552,7 @@ class ObjectType(Enumerated):
, 'largeAnalogValue':46
, 'lifeSafetyPoint':21
, 'lifeSafetyZone':22
, 'lightingOutput':54
, 'loadControl':28
, 'loop':12
, 'multiStateInput':13
@@ -1557,6 +1560,7 @@ class ObjectType(Enumerated):
, 'multiStateValue':19
, 'networkSecurity':38
, 'notificationClass':15
, 'notificationForwarder':51
, 'octetstringValue':47
, 'positiveIntegerValue':48
, 'program':16