ht32-panel-daemon 0.8.1

Daemon with web UI for HT32 panel control
1
2
3
4
5
6
7
//! D-Bus interface for HT32 Panel Daemon.
//!
//! Provides the `org.ht32panel.Daemon1` interface on the session or system bus.

mod interface;

pub use interface::{run_dbus_server, DaemonSignals};