1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00

Merge branch 'DemandLogic-feature/add-errorclass-communication' into stage

This commit is contained in:
Joel Bender 2016-05-31 21:17:42 -04:00
commit 9a0b757c53

View File

@ -707,6 +707,7 @@ class ErrorClass(Enumerated):
, 'security':4
, 'services':5
, 'vt':6
, 'communication':7
}
class ErrorCode(Enumerated):