mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-26 20:26:32 +00:00
Fix BL906 name (#22167)
This commit is contained in:
parent
b2b839fa83
commit
19d3984d6e
@ -460,7 +460,7 @@ void Bl0906EverySecond(void) {
|
|||||||
|
|
||||||
void Bl0906Show(bool json) {
|
void Bl0906Show(bool json) {
|
||||||
if (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) {
|
if (0 == TasmotaGlobal.tele_period) {
|
||||||
#ifdef USE_DOMOTICZ
|
#ifdef USE_DOMOTICZ
|
||||||
DomoticzFloatSensor(DZ_TEMP, Bl0906.temperature);
|
DomoticzFloatSensor(DZ_TEMP, Bl0906.temperature);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user