bairelay 1.1.1

RTSP Relay for Reolink Baichuan cameras
Documentation
1
2
3
4
5
6
7
//! HA add-on glue: parse Supervisor's options.json + an optional TOML
//! overlay into a single bairelay [`crate::config::Config`], validate,
//! and emit. Exposed via the `bairelay render-hassio-config` subcommand.

pub mod cmd;
pub mod merge;
pub mod options;