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
- Device
Config - Configuration of a [
Device
] - Door
Control - Event
- Event that occurred on a [
Device
] - Naive
Date - 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.
- Naive
Date Time - ISO 8601 combined date and time without timezone.
- Naive
Time - ISO 8601 time without timezone. Allows for the nanosecond precision and optional leap second representation.
- Status
- Status of a [
Device
] - Task
- Time
Profile - Time
Profile Segment - Uhppoted