feat: 支持设置音量。

This commit is contained in:
2023-05-07 18:18:34 +08:00
parent 9109518822
commit 2c5ac11579
8 changed files with 238 additions and 9 deletions

View File

@ -3,9 +3,9 @@ use std::{collections::HashMap, sync::Arc, time::Duration};
use futures::future::join_all;
use mdns_sd::{ServiceDaemon, ServiceEvent};
use paris::{error, info, warn};
use tokio::sync::{watch, OnceCell, RwLock, broadcast};
use tokio::sync::{watch, OnceCell, RwLock};
use super::{Board, BoardInfo, DisplaySettingRequest};
use super::{Board, BoardInfo};
#[derive(Debug, Clone)]
pub struct UdpRpc {