Crate uhppote_rs

Source
Expand description

uhppote-rs is a safe Rust library for access control systems based on the UHPPOTE UT0311-L0x TCP/IP Wiegand access control boards. This library is based on the uhppoted project.

Most interactions with the system happen through the Device type.

Example:

use uhppote_rs::Uhppote;
let uhppoted = Uhppoted::default();
let device = uhppoted.get_device(423196779).unwrap();
let status = device.get_status().unwrap();

Structs§

Card
Device
DeviceConfig
Configuration of a [Device]
DoorControl
Event
Event that occurred on a [Device]
NaiveDate
ISO 8601 calendar date without timezone. Allows for every proleptic Gregorian date from Jan 1, 262145 BCE to Dec 31, 262143 CE. Also supports the conversion from ISO 8601 ordinal and week date.
NaiveDateTime
ISO 8601 combined date and time without timezone.
NaiveTime
ISO 8601 time without timezone. Allows for the nanosecond precision and optional leap second representation.
Status
Status of a [Device]
Task
TimeProfile
TimeProfileSegment
Uhppoted

Enums§

Direction
DoorControlMode
EventReason
EventType
TaskID