Change to mysql, add extra fields, add changebale interval

This commit is contained in:
2026-08-28 10:52:56 +03:00
parent 6395a8e672
commit ac6f935239
8 changed files with 481 additions and 56 deletions

View File

@@ -91,7 +91,10 @@ pub enum CliCommand {
#[command(subcommand)]
command: CliDeviceCommand,
},
BesWifi,
BesWifi {
#[arg(long, short = 'i', value_parser = humantime::parse_duration, default_value="5m")]
interval: std::time::Duration,
},
#[default]
#[clap(skip)]