Skip to content

Commit

Permalink
Added TODO for OpenAPS and Loop devicestatus records.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Cunningham committed Aug 10, 2018
1 parent f88621e commit e433e29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -895,11 +895,11 @@
},
"openaps": {
"type": "string",
"description": "OpenAPS devicestatus record"
"description": "OpenAPS devicestatus record - TODO: Fill In Details"
},
"loop": {
"type": "string",
"description": "Loop devicestatus record"
"description": "Loop devicestatus record - TODO: Fill In Details"
},
"xdripjs": {
"$ref": "#/components/schemas/xdripjs"
Expand Down Expand Up @@ -1255,4 +1255,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -674,10 +674,10 @@ components:
description: 'dateString, prefer ISO `8601`'
openaps:
type: string
description: 'OpenAPS devicestatus record'
description: 'OpenAPS devicestatus record - TODO: Fill In Details'
loop:
type: string
description: 'Loop devicestatus record'
description: 'Loop devicestatus record - TODO: Fill In Details'
xdripjs:
$ref: '#/components/schemas/xdripjs'
Devicestatuses:
Expand Down

0 comments on commit e433e29

Please sign in to comment.