Skip to content

Commit 1f6655c

Browse files
committed
docs: Updated service example
1 parent 247db85 commit 1f6655c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_docs/services.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,20 @@ The structure of the data should match the following
2525
// Any additional metadata that might describe how the value was created
2626
}
2727
},
28+
{
29+
"start": "2025-01-01T00:30:00Z",
30+
"end": "2025-01-01T01:00:00Z",
31+
"value": 0.2,
32+
"metadata": {
33+
// Any additional metadata that might describe how the value was created
34+
}
35+
},
2836
...
2937
]
3038
```
3139

40+
Each item within the data must be in thirty minute increments. The minute must be 00 or 30, the second should be zero.
41+
3242
#### Automations
3343

3444
Examples can be found in the [blueprints](./blueprints.md) section for configuring a variety of different data sources.

0 commit comments

Comments
 (0)