From 9a9ffceb94e2a88a1870bf535c230abf63929d32 Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Thu, 26 Oct 2023 18:26:59 +0300 Subject: [PATCH] UI: Indoor Environment: Noise level widgets. --- .../json/system/widget_bundles/indoor_environment.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/application/src/main/data/json/system/widget_bundles/indoor_environment.json b/application/src/main/data/json/system/widget_bundles/indoor_environment.json index 019d1cf3f5..94841e7293 100644 --- a/application/src/main/data/json/system/widget_bundles/indoor_environment.json +++ b/application/src/main/data/json/system/widget_bundles/indoor_environment.json @@ -45,6 +45,14 @@ "indoor_simple_illuminance_chart_card", "indoor_simple_illuminance_chart_card_with_background", "indoor_illuminance_progress_bar", - "indoor_illuminance_progress_bar_with_background" + "indoor_illuminance_progress_bar_with_background", + "noise_level_card", + "noise_level_card_with_background", + "horizontal_noise_level_card", + "horizontal_noise_level_card_with_background", + "noise_level_chart_card", + "noise_level_chart_card_with_background", + "simple_noise_level_chart_card", + "simple_noise_level_chart_card_with_background" ] } \ No newline at end of file