grpc: update client edit_node doc

This commit is contained in:
Blake Harnden 2020-08-05 09:37:23 -07:00
parent 9352c0eafe
commit 8004be6e7c

View file

@ -552,11 +552,12 @@ class CoreGrpcClient:
source: str = None,
) -> core_pb2.EditNodeResponse:
"""
Edit a node, currently only changes position.
Edit a node's icon and/or location, can only use position(x,y) or
geo(lon, lat, alt), not both.
:param session_id: session id
:param node_id: node id
:param position: position to set node to
:param position: x,y location for node
:param icon: path to icon for gui to use for node
:param geo: lon,lat,alt location for node
:param source: application source