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

@@ -6,7 +6,8 @@ use axum::{
};
use std::{
collections::HashMap,
sync::{Arc, RwLock}, time::Duration,
sync::{Arc, RwLock},
time::Duration,
};
use tracing::info;
use xmltree::{Element, EmitterConfig, XMLNode};