mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
add the 'writeGroup' services supported enumeration
This commit is contained in:
parent
305bf298b7
commit
e4a89fa574
|
|
@ -157,8 +157,9 @@ class ServicesSupported(BitString):
|
|||
, 'lifeSafetyOperation':37
|
||||
, 'subscribeCOVProperty':38
|
||||
, 'getEventInformation':39
|
||||
, 'writeGroup':40
|
||||
}
|
||||
bitLen = 40
|
||||
bitLen = 41
|
||||
|
||||
class StatusFlags(BitString):
|
||||
bitNames = \
|
||||
|
|
|
|||
|
|
@ -157,8 +157,9 @@ class ServicesSupported(BitString):
|
|||
, 'lifeSafetyOperation':37
|
||||
, 'subscribeCOVProperty':38
|
||||
, 'getEventInformation':39
|
||||
, 'writeGroup':40
|
||||
}
|
||||
bitLen = 40
|
||||
bitLen = 41
|
||||
|
||||
class StatusFlags(BitString):
|
||||
bitNames = \
|
||||
|
|
|
|||
|
|
@ -157,8 +157,9 @@ class ServicesSupported(BitString):
|
|||
, 'lifeSafetyOperation':37
|
||||
, 'subscribeCOVProperty':38
|
||||
, 'getEventInformation':39
|
||||
, 'writeGroup':40
|
||||
}
|
||||
bitLen = 40
|
||||
bitLen = 41
|
||||
|
||||
class StatusFlags(BitString):
|
||||
bitNames = \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user