Update 'README.md'

This commit is contained in:
Aivaras J. 2022-06-14 08:28:07 +00:00
parent e0ff13893a
commit 3d66e95f80
1 changed files with 8 additions and 7 deletions

View File

@ -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
- Users monitor - script that shows user data on access grant. Separated process with own http daemon.