Skip to content

Commit

Permalink
add two new device codes: SMQ and VIR
Browse files Browse the repository at this point in the history
  • Loading branch information
GuanyuTao committed Apr 27, 2021
1 parent b234ea6 commit 84f17d8
Showing 1 changed file with 3 additions and 1 deletion.
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 84f17d8

Please sign in to comment.