From 9e52f122b72d1d4809f0b0859791fb4cf047542e Mon Sep 17 00:00:00 2001 From: BenjaminDannegard Date: Tue, 22 Jul 2025 13:10:53 +0200 Subject: [PATCH] Added more information about widget --- .../03.dashboard-widgets/dashboard-widgets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/arduino-cloud/03.cloud-interface/03.dashboard-widgets/dashboard-widgets.md b/content/arduino-cloud/03.cloud-interface/03.dashboard-widgets/dashboard-widgets.md index 2a1f3dc0b4..c694aa608c 100644 --- a/content/arduino-cloud/03.cloud-interface/03.dashboard-widgets/dashboard-widgets.md +++ b/content/arduino-cloud/03.cloud-interface/03.dashboard-widgets/dashboard-widgets.md @@ -262,7 +262,7 @@ valueVariable = analogRead(A0); ![Status Widget](assets/widget-status.png) -The status widget is great for checking the state of something: green is true, red is false! +The status widget is great for checking the state of something: green is true, red is false! The look of the widget can also be customized more. If the "Custom style" is turned on in the widget settings the colors can be changed. If the "Icons" option is chosen the icons can also be changed. Can be linked to a **boolean** variable.