diff options
Diffstat (limited to 'confui/mesh_connector.h')
-rw-r--r-- | confui/mesh_connector.h | 4 |
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 { |