Change to mysql, add extra fields, add changebale interval
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user