From 14a48a4de8cb77bc93d0b16b16fa0e0d55eed397 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 2 Apr 2021 17:37:27 +0200 Subject: [PATCH] Updated comment --- tasmota/xnrg_15_teleinfo.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xnrg_15_teleinfo.ino b/tasmota/xnrg_15_teleinfo.ino index b1c9e485a..aa41e93ff 100755 --- a/tasmota/xnrg_15_teleinfo.ino +++ b/tasmota/xnrg_15_teleinfo.ino @@ -593,7 +593,7 @@ void TInfoShow(bool json) ResponseAppend_P(PSTR(",\"Load\":%d"),(int) ((Energy.current[0]*100.0f) / isousc)); } - // add teleinfo full frame only if no teleinfo raw data setup + // add teleinfo full frame ResponseAppendTInfo(',');