grpc: update node events to include icon, pygui: updated handling node events to update icon when there is a change
This commit is contained in:
parent
8004be6e7c
commit
b89a19a18e
3 changed files with 14 additions and 2 deletions
|
@ -32,6 +32,7 @@ def handle_node_event(node_data: NodeData) -> core_pb2.Event:
|
|||
id=node.id,
|
||||
name=node.name,
|
||||
model=node.type,
|
||||
icon=node.icon,
|
||||
position=position,
|
||||
geo=geo,
|
||||
services=services,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue