From 19d3984d6e5b4219e242ad3e9ba1dfb062804dee Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 29 Sep 2024 14:30:54 +0200 Subject: [PATCH] Fix BL906 name (#22167) --- tasmota/tasmota_xnrg_energy/xnrg_24_bl0906.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_xnrg_energy/xnrg_24_bl0906.ino b/tasmota/tasmota_xnrg_energy/xnrg_24_bl0906.ino index dd15ca117..5a938b290 100644 --- a/tasmota/tasmota_xnrg_energy/xnrg_24_bl0906.ino +++ b/tasmota/tasmota_xnrg_energy/xnrg_24_bl0906.ino @@ -460,7 +460,7 @@ void Bl0906EverySecond(void) { void Bl0906Show(bool json) { if (json) { - ResponseAppend_P(JSON_SNS_F_TEMP, "BL0909", Settings->flag2.temperature_resolution, &Bl0906.temperature); + ResponseAppend_P(JSON_SNS_F_TEMP, "BL0906", Settings->flag2.temperature_resolution, &Bl0906.temperature); if (0 == TasmotaGlobal.tele_period) { #ifdef USE_DOMOTICZ DomoticzFloatSensor(DZ_TEMP, Bl0906.temperature);