mirror of https://github.com/arendst/Tasmota.git
always add teleinfo values in telemetry
always add teleinfo values in telemetry, whatever rawdata is selected or not
This commit is contained in:
parent
e3c1aa8836
commit
73128acce3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue