diff --git a/dashboard/src/app/weatherProperties.ts b/dashboard/src/app/weatherProperties.ts index 712f9074..3825d57b 100644 --- a/dashboard/src/app/weatherProperties.ts +++ b/dashboard/src/app/weatherProperties.ts @@ -38,6 +38,14 @@ const weatherProperties = { icon: 'mdi-water-percent', title: 'Luchtvochtigheid op dit moment', unit: '%' + }, + wbgt: { + property: 'wbgt', + name: 'Gevoelstemperatuur (WBGT)', + legend: 'Gevoelstemperatuur (°C)', + icon: 'mdi-thermometer-lines', + title: 'Gevoelstemperatuur (WBGT) op dit moment', + unit: '°C' } }; diff --git a/dashboard/src/components/GraphCard.vue b/dashboard/src/components/GraphCard.vue index b758d838..beff7104 100644 --- a/dashboard/src/components/GraphCard.vue +++ b/dashboard/src/components/GraphCard.vue @@ -1,5 +1,5 @@