bread/breadd/src/core
Breadway d44ece3649 feat: enhance device normalization and classification
- Introduced a new mechanism in EventNormalizer to suppress duplicate events from child nodes of the same physical device.
- Removed the device classification logic from the normalizer and replaced it with a rule-based system using Lua scripts.
- Added support for user-defined device rules in Lua, allowing for flexible device naming based on various conditions.
- Updated the state engine to handle device rules and resolve device names before dispatching events.
- Modified the installation script to set up default configuration files for the daemon and Lua modules.
- Improved the handling of systemd user services to dynamically set the ExecStart path based on the installation directory.
2026-05-12 21:27:07 +08:00
..
config.rs unsure 2026-05-11 16:30:05 +08:00
mod.rs Release 1.0 2026-05-11 11:56:03 +08:00
normalizer.rs feat: enhance device normalization and classification 2026-05-12 21:27:07 +08:00
state_engine.rs feat: enhance device normalization and classification 2026-05-12 21:27:07 +08:00
subscriptions.rs Refactor subscription table logic and enhance Lua logging and debounce functionality 2026-05-11 16:57:22 +08:00
supervisor.rs Release 1.0 2026-05-11 11:56:03 +08:00
types.rs feat: enhance device normalization and classification 2026-05-12 21:27:07 +08:00