Skip to main content

libobsbot_core/devices/
mod.rs

1// SPDX-License-Identifier: GPL-3.0-only
2//! Per-model command tables.
3//!
4//! In v1 only the Meet 2 is supported. Other models will live alongside
5//! [`meet2`] as the project grows, each with its own selector / encoding table.
6
7pub mod meet2;