Skip to content

Commit

Permalink
add continent state attribute definition
Browse files Browse the repository at this point in the history
  • Loading branch information
DutchmanNL committed Apr 17, 2020
1 parent 03d352e commit c591287
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/stateAttr.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ const state_attrb = {
type: 'string',
role: 'value',
},
'continent' : {
name: 'Continent name',
type: 'string',
role: 'value',
},
'critical' : {
name: 'Amount of critical situation (Hospitalized)',
type: 'number',
Expand Down

0 comments on commit c591287

Please sign in to comment.