Skip to content

Commit

Permalink
docs(sensor): correct example response in docstring fetch_one
Browse files Browse the repository at this point in the history
Signed-off-by: GustaafL <guus@seita.nl>
  • Loading branch information
GustaafL committed Aug 1, 2023
1 parent 0eab1a9 commit 978e412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexmeasures/api/v3_0/sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def fetch_one(self, id, sensor):
"name": "some gas sensor",
"unit": "m³/h",
"entity_address": "ea1.2023-08.localhost:fm1.1",
"event_resolution": 10,
"event_resolution": "PT10M",
"generic_asset_id": 4,
"timezone": "UTC",
}
Expand Down

0 comments on commit 978e412

Please sign in to comment.