Update xsns_53_sml.ino

This commit is contained in:
gemu2015 2020-11-02 12:36:57 +01:00
parent 70258a28a6
commit 975981fdbf

View File

@ -1807,9 +1807,9 @@ void SML_Show(boolean json) {
}
/*
#ifdef USE_DOMOTICZ
if (json && !tele_period) {
if (json && !TasmotaGlobal.tele_period) {
char str[16];
dtostrfd(meter_vars[0], 1, str);
DomoticzSensorPowerEnergy(meter_vars[1], str); // PowerUsage, EnergyToday
@ -1819,7 +1819,7 @@ void SML_Show(boolean json) {
DomoticzSensor(DZ_CURRENT, str); // Current
}
#endif // USE_DOMOTICZ
*/
}
struct SML_COUNTER {