mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Merge pull request #9745 from tichris0/development
Bug fix: Incorrect JSON output for EZO FLO
This commit is contained in:
commit
577fcbf73c
@ -53,7 +53,7 @@ struct EZOFLO : public EZOStruct {
|
||||
if (json) {
|
||||
ResponseAppend_P(PSTR(",\"%s\":{\"" D_JSON_VOLUME "\":%s"), name, volume);
|
||||
if (hasFlow) {
|
||||
ResponseAppend_P(PSTR(",\"" D_JSON_FLOWRATE "\":%s"), name, rate);
|
||||
ResponseAppend_P(PSTR(",\"" D_JSON_FLOWRATE "\":%s"), rate);
|
||||
}
|
||||
ResponseJsonEnd();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user