mirror of https://github.com/snachodog/mybuddy.git
modified pumping test data for start/end/duration
This commit is contained in:
parent
63f8a3cd7d
commit
aac2400f85
|
@ -27,8 +27,23 @@
|
||||||
"fields":
|
"fields":
|
||||||
{
|
{
|
||||||
"child": 1,
|
"child": 1,
|
||||||
"amount": 50.0,
|
"amount": 5.0,
|
||||||
"time": "2017-11-17T17:52:00Z",
|
"start": "2017-11-17T17:52:00Z",
|
||||||
|
"end": "2017-11-17T17:59:00Z",
|
||||||
|
"duration": "00:07:00",
|
||||||
|
"notes": "new device"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"model": "core.pumping",
|
||||||
|
"pk": 2,
|
||||||
|
"fields":
|
||||||
|
{
|
||||||
|
"child": 1,
|
||||||
|
"amount": 9.0,
|
||||||
|
"start": "2017-11-17T20:03:00Z",
|
||||||
|
"end": "2017-11-17T20:22:00Z",
|
||||||
|
"duration": "00:19:00",
|
||||||
"notes": "new device"
|
"notes": "new device"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue