Skip to main content

Module accessory

Module accessory 

Source
Expand description

HAP service type and characteristic enum catalogues.

Mirrors the HAP-1.1 service/characteristic namespace used by Apple Home and the hap crate (https://crates.io/crates/hap). Keeping these as plain Rust enums in P1 avoids the heavy hap dep until P2.

Enumsยง

HapAccessoryType
HAP service types exposed by the RuView bridge.
HapCharacteristic
HAP characteristic identifiers that the bridge reads or writes.
HapCharacteristicValue
Typed value carried by a HAP characteristic update.