Skip to content

Commit

Permalink
Merge pull request #503 from ideafast/enhance/add_device_codes
Browse files Browse the repository at this point in the history
Enhance/add device codes
  • Loading branch information
fguitton authored Apr 28, 2021
2 parents 3179703 + 84f17d8 commit 54f45a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/itmat-interface/src/utils/definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ export const deviceTypes = {
PSR: 'PSG raw data',
PSM: 'PSG meta data',
SMA: 'Stress Monitor App',
TFA: 'ThinkFast App'
TFA: 'ThinkFast App',
SMQ: 'Stress Monitor App Questionnaire',
VIR: 'Virtual device type'
};

export const sitesIDMarker = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ export const deviceTypes = {
PSR: 'PSG raw data',
PSM: 'PSG meta data',
SMA: 'Stress Monitor App',
TFA: 'ThinkFast App'
TFA: 'ThinkFast App',
SMQ: 'Stress Monitor App Questionnaire',
VIR: 'Virtual device type'
};

const { RangePicker } = DatePicker;
Expand Down

0 comments on commit 54f45a6

Please sign in to comment.