-
Notifications
You must be signed in to change notification settings - Fork 0
/
json_format.js
35 lines (35 loc) · 938 Bytes
/
json_format.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"intervals": [
{
"duration": "00:05:00",
"instructions": [
{
"duration": "6s",
"offset": "00:00:00",
"text": "Pooop"
},
{
"duration": "6s",
"offset": "00:20:00",
"text": "Pooop 2"
},
{
"duration": "6s",
"match": [
{
"cad": ">100"
},
{
"cad": "<50"
}
],
"offset": "00:20:00",
"text": "n00b"
}
],
"target_power_end": "300",
"target_power_start": "200",
"type": "rest"
}
]
}