diff --git a/tasmota/xnrg_15_teleinfo.ino b/tasmota/xnrg_15_teleinfo.ino index 29e502cec..b1c9e485a 100755 --- a/tasmota/xnrg_15_teleinfo.ino +++ b/tasmota/xnrg_15_teleinfo.ino @@ -594,9 +594,7 @@ void TInfoShow(bool json) } // add teleinfo full frame only if no teleinfo raw data setup - if (!Settings.flag4.teleinfo_rawdata) { - ResponseAppendTInfo(','); - } + ResponseAppendTInfo(','); #ifdef USE_WEBSERVER