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 3179703 commit b234ea6
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit b234ea6

Please sign in to comment.