Skip to content

Commit 2c04281

Browse files
committed
README.md edited online with Bitbucket
1 parent e1f5547 commit 2c04281

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ Alerts are described using the following JSON format:
1313
{
1414
"id": uuid
1515
"name": string,
16-
"measurement_ids": uuid[],
17-
"activation_timeranges": [{
18-
"id": uuid,
19-
"timeUnit": "day"|"hour"|"minute"|"second",
20-
"start": integer
21-
"end": integer
22-
}],
16+
"measurement_id": uuid,
17+
// "activation_timeranges": [{
18+
// "id": uuid,
19+
// "timeUnit": "day"|"hour"|"minute"|"second",
20+
// "start": integer
21+
// "end": integer
22+
// }],
23+
"activated": boolean, // temporary, while activation_timeranges is not supported
2324
"actions": [{
2425
// see actions description
2526
}],

0 commit comments

Comments
 (0)