1
0
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:
Joel Bender 2015-09-14 23:39:57 -04:00
parent 305bf298b7
commit e4a89fa574
3 changed files with 6 additions and 3 deletions

View File

@ -157,8 +157,9 @@ class ServicesSupported(BitString):
, 'lifeSafetyOperation':37
, 'subscribeCOVProperty':38
, 'getEventInformation':39
, 'writeGroup':40
}
bitLen = 40
bitLen = 41
class StatusFlags(BitString):
bitNames = \

View File

@ -157,8 +157,9 @@ class ServicesSupported(BitString):
, 'lifeSafetyOperation':37
, 'subscribeCOVProperty':38
, 'getEventInformation':39
, 'writeGroup':40
}
bitLen = 40
bitLen = 41
class StatusFlags(BitString):
bitNames = \

View File

@ -157,8 +157,9 @@ class ServicesSupported(BitString):
, 'lifeSafetyOperation':37
, 'subscribeCOVProperty':38
, 'getEventInformation':39
, 'writeGroup':40
}
bitLen = 40
bitLen = 41
class StatusFlags(BitString):
bitNames = \