mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
Update xsns_53_sml.ino
This commit is contained in:
parent
70258a28a6
commit
975981fdbf
@ -1807,9 +1807,9 @@ void SML_Show(boolean json) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
#ifdef USE_DOMOTICZ
|
#ifdef USE_DOMOTICZ
|
||||||
if (json && !tele_period) {
|
if (json && !TasmotaGlobal.tele_period) {
|
||||||
char str[16];
|
char str[16];
|
||||||
dtostrfd(meter_vars[0], 1, str);
|
dtostrfd(meter_vars[0], 1, str);
|
||||||
DomoticzSensorPowerEnergy(meter_vars[1], str); // PowerUsage, EnergyToday
|
DomoticzSensorPowerEnergy(meter_vars[1], str); // PowerUsage, EnergyToday
|
||||||
@ -1819,7 +1819,7 @@ void SML_Show(boolean json) {
|
|||||||
DomoticzSensor(DZ_CURRENT, str); // Current
|
DomoticzSensor(DZ_CURRENT, str); // Current
|
||||||
}
|
}
|
||||||
#endif // USE_DOMOTICZ
|
#endif // USE_DOMOTICZ
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
struct SML_COUNTER {
|
struct SML_COUNTER {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user