pyGuardPoint 2.0.8__tar.gz → 2.0.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/PKG-INFO +1 -1
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_cardholders.py +7 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_cardholders.py +6 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/guardpoint_dataclasses.py +1 -1
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint.egg-info/PKG-INFO +1 -1
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/setup.py +1 -1
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/LICENSE.txt +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/README.rst +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/CustomWebsocketTransport.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/CustomWebsocketTransportOld.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/__init__.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_accessgroups.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_alarmstates.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_alarmzones.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_areas.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_cardholdertypes.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_cards.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_controllers.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_customizedfields.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_departments.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_diagnostic.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_events.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_genericinformation.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_inputs.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_manualevents.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_ouputs.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_personaldetails.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_readers.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_scheduledmags.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_securitygroups.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_sites.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_guardpoint_weeklyprograms.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_odata_filter.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/_str_match_algo.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/__init__.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_accessgroups.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_alarmstates.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_alarmzones.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_areas.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_cardholdertypes.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_cards.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_controllers.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_customizedfields.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_departments.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_diagnostic.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_events.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_genericinformation.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_manualevents.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_ouputs.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_personaldetails.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_readers.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_scheduledmags.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_securitygroups.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_sites.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_weeklyprograms.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/guardpoint_connection_asyncio.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/guardpoint.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/guardpoint_asyncio.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/guardpoint_connection.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/guardpoint_error.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/guardpoint_threaded.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/guardpoint_utils.py +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint.egg-info/SOURCES.txt +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint.egg-info/dependency_links.txt +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint.egg-info/not-zip-safe +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint.egg-info/requires.txt +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint.egg-info/top_level.txt +0 -0
- {pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/setup.cfg +0 -0
|
@@ -213,6 +213,12 @@ class CardholdersAPI:
|
|
|
213
213
|
if enroll_face_from_photo:
|
|
214
214
|
headers['EnrollFaceFromPhoto'] = ""
|
|
215
215
|
|
|
216
|
+
if cardholder.cardholderType:
|
|
217
|
+
cardholder.cardholderTypeUID = cardholder.cardholderType.uid
|
|
218
|
+
|
|
219
|
+
if cardholder.securityGroup:
|
|
220
|
+
cardholder.securityGroupUID = cardholder.securityGroup.uid
|
|
221
|
+
|
|
216
222
|
if changed_only:
|
|
217
223
|
ch = cardholder.dict(editable_only=True, changed_only=True, non_empty_only=True)
|
|
218
224
|
else:
|
|
@@ -230,6 +236,7 @@ class CardholdersAPI:
|
|
|
230
236
|
|
|
231
237
|
if code == 201: # HTTP CREATED
|
|
232
238
|
new_cardholder = Cardholder(json_body)
|
|
239
|
+
|
|
233
240
|
if cardholder.cardholderPersonalDetail:
|
|
234
241
|
if len(cardholder.cardholderPersonalDetail.changed_attributes) > 0:
|
|
235
242
|
self.update_personal_details(cardholder_uid=new_cardholder.uid,
|
{pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_cardholders.py
RENAMED
|
@@ -142,6 +142,12 @@ class CardholdersAPI:
|
|
|
142
142
|
if enroll_face_from_photo:
|
|
143
143
|
headers['EnrollFaceFromPhoto'] = ""
|
|
144
144
|
|
|
145
|
+
if cardholder.cardholderType:
|
|
146
|
+
cardholder.cardholderTypeUID = cardholder.cardholderType.uid
|
|
147
|
+
|
|
148
|
+
if cardholder.securityGroup:
|
|
149
|
+
cardholder.securityGroupUID = cardholder.securityGroup.uid
|
|
150
|
+
|
|
145
151
|
if changed_only:
|
|
146
152
|
ch = cardholder.dict(editable_only=True, changed_only=True, non_empty_only=True)
|
|
147
153
|
else:
|
|
@@ -1161,7 +1161,7 @@ class Cardholder(Observable):
|
|
|
1161
1161
|
securityGroupUID: str = ""
|
|
1162
1162
|
accessGroupUIDs: any = None
|
|
1163
1163
|
liftAccessGroupUIDs: any = None
|
|
1164
|
-
personalCrisisLevel: int =
|
|
1164
|
+
personalCrisisLevel: int = None
|
|
1165
1165
|
lastDownloadTime: any = None
|
|
1166
1166
|
lastInOutArea: str = ""
|
|
1167
1167
|
lastInOutReaderUID: any = None
|
|
@@ -5,7 +5,7 @@ long_description = open('README.rst').read()
|
|
|
5
5
|
setup(name="pyGuardPoint",
|
|
6
6
|
python_requires='>3.9.0',
|
|
7
7
|
packages=find_packages(),
|
|
8
|
-
version="2.0.
|
|
8
|
+
version="2.0.9",
|
|
9
9
|
author="John Owen",
|
|
10
10
|
description="Python wrapper for GuardPoint 10 Access Control System",
|
|
11
11
|
long_description_content_type='text/markdown',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_accessgroups.py
RENAMED
|
File without changes
|
{pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_alarmstates.py
RENAMED
|
File without changes
|
{pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_alarmzones.py
RENAMED
|
File without changes
|
{pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_areas.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_cards.py
RENAMED
|
File without changes
|
{pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_controllers.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_departments.py
RENAMED
|
File without changes
|
{pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_diagnostic.py
RENAMED
|
File without changes
|
{pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_events.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_manualevents.py
RENAMED
|
File without changes
|
{pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_ouputs.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_readers.py
RENAMED
|
File without changes
|
{pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_scheduledmags.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/_async_guardpoint_sites.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyguardpoint-2.0.8 → pyguardpoint-2.0.9}/pyGuardPoint/gp_asyncio/guardpoint_connection_asyncio.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|