mirror of
https://codeberg.org/icewind/taspromto.git
synced 2026-06-03 16:44:11 +02:00
fix output
This commit is contained in:
parent
9c040d6800
commit
104fb133b0
1 changed files with 1 additions and 1 deletions
|
|
@ -400,7 +400,7 @@ pub fn format_pms_state<W: Write>(
|
||||||
)?;
|
)?;
|
||||||
writeln!(
|
writeln!(
|
||||||
writer,
|
writer,
|
||||||
"pb0.3{{tasmota_id=\"{}\", name=\"{}\"}} {}",
|
"pb0_3{{tasmota_id=\"{}\", name=\"{}\"}} {}",
|
||||||
device.hostname, name, state.pb0_3
|
device.hostname, name, state.pb0_3
|
||||||
)?;
|
)?;
|
||||||
writeln!(
|
writeln!(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue