Include outlet number in machine-readable config

This commit is contained in:
Correl Roush 2024-11-12 16:50:30 -05:00
parent 1ab12b14c2
commit a0f6cb8a93

View file

@ -165,6 +165,7 @@ def config(context: typer.Context, switch_id: SwitchIdArgument) -> None:
console.print(
"\t".join(
[
str(key),
config.name,
str(config.power_resume_delay),
y_n(config.ring_on_reset),