This commit is contained in:
sebseb7
2025-12-25 03:52:09 +01:00
parent 0aa7995a8a
commit 489e07d4e1
2 changed files with 45 additions and 0 deletions

View File

@@ -60,6 +60,8 @@ struct Config {
server_url: String,
api_key: String,
poll_interval_secs: u64,
#[serde(default)]
command_url: Option<String>, // HTTP URL for command polling (e.g., http://localhost:3905/api/outputs/commands)
devices: Vec<DeviceConfig>,
}