We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247db85 commit 1f6655cCopy full SHA for 1f6655c
_docs/services.md
@@ -25,10 +25,20 @@ The structure of the data should match the following
25
// Any additional metadata that might describe how the value was created
26
}
27
},
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
+ },
36
...
37
]
38
```
39
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
+
42
#### Automations
43
44
Examples can be found in the [blueprints](./blueprints.md) section for configuring a variety of different data sources.
0 commit comments