Implémentation de l'API REST De PMOControl.

This commit is contained in:
2025-12-03 18:59:41 +01:00
parent 825254a2bb
commit 72bf73ef10
21 changed files with 3383 additions and 728 deletions

View File

@@ -1,5 +1,7 @@
use once_cell::sync::OnceCell;
use pmoupnp::{services::ServiceInstance, state_variables::StateVarInstance, variable_types::StateValue};
use pmoupnp::{
services::ServiceInstance, state_variables::StateVarInstance, variable_types::StateValue,
};
use std::sync::{
Arc, Mutex, Weak,
atomic::{AtomicU32, Ordering},