diff --git a/py25/bacpypes/basetypes.py b/py25/bacpypes/basetypes.py index 5caa303..09d0985 100755 --- a/py25/bacpypes/basetypes.py +++ b/py25/bacpypes/basetypes.py @@ -1471,7 +1471,18 @@ class Reliability(Enumerated): , 'multiStateFault':9 , 'configurationError':10 , 'communicationFailure':12 - , 'numberFault':13 + , 'memberFault': 13 + , 'monitoredObjectFault': 14 + , 'tripped': 15 + , 'lampFailure': 16 + , 'activationFailure': 17 + , 'renewDHCPFailure': 18 + , 'renewFDRegistration-failure': 19 + , 'restartAutoNegotiationFailure': 20 + , 'restartFailure': 21 + , 'proprietaryCommandFailure': 22 + , 'faultsListed': 23 + , 'referencedObjectFault': 24 } class RestartReason(Enumerated): diff --git a/py27/bacpypes/basetypes.py b/py27/bacpypes/basetypes.py index 18b1371..d924484 100755 --- a/py27/bacpypes/basetypes.py +++ b/py27/bacpypes/basetypes.py @@ -1470,7 +1470,18 @@ class Reliability(Enumerated): , 'multiStateFault':9 , 'configurationError':10 , 'communicationFailure':12 - , 'numberFault':13 + , 'memberFault': 13 + , 'monitoredObjectFault': 14 + , 'tripped': 15 + , 'lampFailure': 16 + , 'activationFailure': 17 + , 'renewDHCPFailure': 18 + , 'renewFDRegistration-failure': 19 + , 'restartAutoNegotiationFailure': 20 + , 'restartFailure': 21 + , 'proprietaryCommandFailure': 22 + , 'faultsListed': 23 + , 'referencedObjectFault': 24 } class RestartReason(Enumerated): diff --git a/py34/bacpypes/basetypes.py b/py34/bacpypes/basetypes.py index 5caa303..09d0985 100755 --- a/py34/bacpypes/basetypes.py +++ b/py34/bacpypes/basetypes.py @@ -1471,7 +1471,18 @@ class Reliability(Enumerated): , 'multiStateFault':9 , 'configurationError':10 , 'communicationFailure':12 - , 'numberFault':13 + , 'memberFault': 13 + , 'monitoredObjectFault': 14 + , 'tripped': 15 + , 'lampFailure': 16 + , 'activationFailure': 17 + , 'renewDHCPFailure': 18 + , 'renewFDRegistration-failure': 19 + , 'restartAutoNegotiationFailure': 20 + , 'restartFailure': 21 + , 'proprietaryCommandFailure': 22 + , 'faultsListed': 23 + , 'referencedObjectFault': 24 } class RestartReason(Enumerated):