Skip to content

Commit

Permalink
json
Browse files Browse the repository at this point in the history
  • Loading branch information
sasax7 committed Jan 6, 2025
1 parent 2c8999c commit cd756c1
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,11 @@ The Correlation App computes correlations between asset attributes with customiz
**Request Body**:
```json
{
"assets": [
{"asset_id": 867, "attribute_name": "energy_costs"},
{"asset_id": 867, "attribute_name": "Wirkleistung"},
{"asset_id": 867, "attribute_name": "Strom"}
],
"lags": [
{"minutes": 5},
{"hours": 10},
{"days": 10},
{"months": 12}
],
"start_time": "2024-11-01T00:00:00",
"end_time": "2024-12-31T23:59:59",
"to_email": "[email protected]"
"assets": ,
"lags": ,
"start_time":,
"end_time": ,
"to_email": ,
}
```

Expand Down

0 comments on commit cd756c1

Please sign in to comment.