Include outlet number in machine-readable config
This commit is contained in:
parent
1ab12b14c2
commit
a0f6cb8a93
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ def config(context: typer.Context, switch_id: SwitchIdArgument) -> None:
|
||||||
console.print(
|
console.print(
|
||||||
"\t".join(
|
"\t".join(
|
||||||
[
|
[
|
||||||
|
str(key),
|
||||||
config.name,
|
config.name,
|
||||||
str(config.power_resume_delay),
|
str(config.power_resume_delay),
|
||||||
y_n(config.ring_on_reset),
|
y_n(config.ring_on_reset),
|
||||||
|
|
Loading…
Reference in a new issue