mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Adding epc directory to output
This commit is contained in:
parent
298bb5a148
commit
b8e7693479
1 changed files with 6 additions and 1 deletions
|
|
@ -159,7 +159,12 @@ def app():
|
|||
)
|
||||
if response is None:
|
||||
continue
|
||||
collected_data.append(response)
|
||||
collected_data.append(
|
||||
{
|
||||
**response,
|
||||
"epc_directory": directory
|
||||
}
|
||||
)
|
||||
|
||||
energy_consumption_data.extend(collected_data)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue