mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-10 06:35:34 +00:00
comma fix
This commit is contained in:
@ -1943,6 +1943,7 @@ int http_tasmota_json_status_SNS(http_request_t* request) {
|
||||
energy_hour = 0;
|
||||
}
|
||||
// begin ENERGY block
|
||||
hprintf255(request, ",");
|
||||
hprintf255(request, "\"ENERGY\":{");
|
||||
hprintf255(request, "\"Power\": %f,", power);
|
||||
hprintf255(request, "\"ApparentPower\": 0,\"ReactivePower\": 0,\"Factor\":%f,", factor);
|
||||
|
||||
Reference in New Issue
Block a user