Skip to content
This repository was archived by the owner on Jun 8, 2020. It is now read-only.

Commit a3c6469

Browse files
author
Samy Pessé
committed
Update README
1 parent 9f35090 commit a3c6469

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,20 @@ Events are definied by 'event', 'namespace' and 'properties'. You can alse speci
7777
<host>/api/<token>/events/<namespace>/<event>
7878
```
7979

80+
81+
#### Get data serie
82+
83+
```
84+
<host>/api/<token>/data/<namespace>/<event>?arguments
85+
86+
arguments could contains :
87+
interval: Interval between data (in ms) (default: 1000)
88+
period: Period for events (in ms) (default: -1)
89+
property: Property te calcul (default: null)
90+
transform: Transofrmation to do (default: 'sum')
91+
fill: Fill empty time with 0 (default: true)
92+
```
93+
8094
#### Define models
8195

8296
Events models define information about how to display an event in the dashboard.

0 commit comments

Comments
 (0)