From 3d66e95f80ffe036f8f8d027c2d8a66f7d487b96 Mon Sep 17 00:00:00 2001 From: Aivaras J Date: Tue, 14 Jun 2022 08:28:07 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d4815a6c..4f01717f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,13 @@ Feel free to use our examples as base for improving or writing your own scripts. ## Contents: -#### IronPython +#### C# +- User monitor in csharp - script that shows user data on access grant. +- Parking occupancy managment - script that allows to manage parking spaces using access level limits in companies +- Access level use limit - allow to limit entry count incorporating schedules and doors + + +#### IronPython **OBSOLETE** - Access level use limit - fully working script. This script allows you to limit entry to selected entry points according to a schedule. - Active directory import - import users from AD. - Card number to hex - simple script to convert card number to hex. @@ -17,9 +23,4 @@ Feel free to use our examples as base for improving or writing your own scripts. - Door control - demo script. Allows to control assigned door groups. Separated process with own http daemon. - Elevator - incorporate elevator control with HID devices. - Live latest events - simple script that shows live events from CredoID. Separated process with own http daemon. -- Users monitor - script that shows user data on access grant. Separated process with own http daemon. - -#### C# -- User monitor in csharp - script that shows user data on access grant. -- Parking occupancy managment - script that allows to manage parking spaces using access level limits in companies -- Access level use limit - allow to limit entry count incorporating schedules and doors \ No newline at end of file +- Users monitor - script that shows user data on access grant. Separated process with own http daemon. \ No newline at end of file