Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
63 lines (58 sloc) 1000 Bytes
{
"teamDomain": "yourDomainHere",
"channelName": "general",
"channelId": "channelIdHere",
"officeHours": {
"on": false,
"begin": 9,
"end": 17
},
"debug": false,
"callouts": {
"timeBetween": {
"minTime": 17,
"maxTime": 23,
"units": "minutes"
},
"numPeople": 3,
"slidingWindowSize": 8,
"groupCalloutChance": 0.05
},
"exercises": [
{
"id": 0,
"name": "pushups",
"minReps": 15,
"maxReps": 20,
"units": "rep"
},
{
"id": 1,
"name": "planks",
"minReps": 40,
"maxReps": 60,
"units": "second"
},
{
"id": 2,
"name": "wall sit",
"minReps": 40,
"maxReps": 50,
"units": "second"
},
{
"id": 3,
"name": "chair dips",
"minReps": 15,
"maxReps": 30,
"units": "rep"
},
{
"id": 4,
"name": "calf raises",
"minReps": 20,
"maxReps": 30,
"units": "rep"
}
]
}