From c591287abed95c0beee5540659ca603eca94aaa9 Mon Sep 17 00:00:00 2001 From: DutchmanNL Date: Fri, 17 Apr 2020 22:10:24 +0200 Subject: [PATCH] add continent state attribute definition --- lib/stateAttr.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/stateAttr.js b/lib/stateAttr.js index ae875de..402fc5c 100644 --- a/lib/stateAttr.js +++ b/lib/stateAttr.js @@ -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',