Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ehorvat1 authored Oct 9, 2023
1 parent 4da5d52 commit 7d5a700
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lib/HomeAssistantMqttHandler/json/realtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,19 @@
"cost" : %.2f,
"produced" : %.2f,
"income" : %.2f
},
"lastctr_imp" : {
"costperkwh" : %.2f,
"ctrvalue" : %d,
"info" : "%s",
"diff" : %d,
"costs" : %.2f
},
"lastctr_exp" : {
"refundperkwh" : %.2f,
"ctrvalue" : %d,
"info" : "%s",
"diff" : %d,
"costs" : %.2f
}
}

0 comments on commit 7d5a700

Please sign in to comment.