aboutsummaryrefslogtreecommitdiff
path: root/confui/ui_node_overview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'confui/ui_node_overview.cpp')
-rw-r--r--confui/ui_node_overview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/confui/ui_node_overview.cpp b/confui/ui_node_overview.cpp
index 3e63ddd..466e5b2 100644
--- a/confui/ui_node_overview.cpp
+++ b/confui/ui_node_overview.cpp
@@ -16,8 +16,8 @@ CDNodeOverviewWidget::CDNodeOverviewWidget(CDMainWindow* main_window) : QWidget(
.address = { 0x00, 0xff, 0x21, 0x69, 0xf2, 0x31 },
.name_len = strlen(n_name),
.name = n_name,
- .light_on = false,
- .provisioned = false,
+ .light_on = true,
+ .provisioned = true,
};
CDNodeWidget* nd_w = new CDNodeWidget(&n, this);