modified pumping test data for start/end/duration

This commit is contained in:
John Merlie 2023-07-02 12:19:49 -04:00 committed by Christopher Charbonneau Wells
parent 63f8a3cd7d
commit aac2400f85
1 changed files with 18 additions and 3 deletions

View File

@ -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"
} }
}, },