aboutsummaryrefslogtreecommitdiff
path: root/confui/mesh_connector.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-12-05 12:39:12 +0100
committerlonkaars <loek@pipeframe.xyz>2022-12-05 12:39:12 +0100
commit51bfa6adf76353a4ac0f7941bae138cc5cb665c5 (patch)
tree481234586c22f7e0927072b6c965ef240e9976a0 /confui/mesh_connector.h
parentcd89c506cf45b6de221f89388fb146efca96599c (diff)
automation widget + renaming
Diffstat (limited to 'confui/mesh_connector.h')
-rw-r--r--confui/mesh_connector.h4
1 files changed, 2 insertions, 2 deletions
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 {