aboutsummaryrefslogtreecommitdiff
path: root/confui/mesh_connector.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-01-06 14:28:55 +0100
committerlonkaars <loek@pipeframe.xyz>2023-01-06 14:28:55 +0100
commit62fedb0f2992222e340b62dea7f976c9bff3063e (patch)
tree69fbf35c373ac925cbea6131d064a62134467e70 /confui/mesh_connector.h
parent75eecca201016aae2dde136f222c2694822f2d12 (diff)
create links in gui
Diffstat (limited to 'confui/mesh_connector.h')
-rw-r--r--confui/mesh_connector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/confui/mesh_connector.h b/confui/mesh_connector.h
index ccab6bd..64ab471 100644
--- a/confui/mesh_connector.h
+++ b/confui/mesh_connector.h
@@ -104,6 +104,7 @@ public:
/** @brief get node pointer by node id */
virtual cd_s_node *get_node(cd_uid_t id);
virtual cd_uid_t get_or_create_node_by_uuid(cd_uuid_t uuid);
+ virtual cd_link_t get_or_create_link_by_uuid(cd_uuid_t button, cd_uuid_t light);
// network modification functions
/** @brief create empty automation */