From 51bfa6adf76353a4ac0f7941bae138cc5cb665c5 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 5 Dec 2022 12:39:12 +0100 Subject: automation widget + renaming --- confui/mesh_connector.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'confui/mesh_connector.h') diff --git a/confui/mesh_connector.h b/confui/mesh_connector.h index b248e27..238414c 100644 --- a/confui/mesh_connector.h +++ b/confui/mesh_connector.h @@ -29,8 +29,8 @@ typedef struct { typedef struct { cd_e_automation_type type; - cd_s_node button; - cd_s_node light; + cd_s_node* button; + cd_s_node* light; } cd_s_automation; class CDMeshConnector { -- cgit v1.2.3