Skip to content

Commit 6419ef1

Browse files
BjoernAtBoschlukasmittag
authored andcommitted
Fix set_current_values using kuksa.val.v2 API
1 parent e47a0b9 commit 6419ef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kuksa-client/kuksa_client/grpc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ def set(
12791279
update, paths_with_required_type
12801280
)
12811281
try:
1282-
resp = self.client_stub_v2.PublishValueRequest(req, **rpc_kwargs)
1282+
resp = self.client_stub_v2.PublishValue(req, **rpc_kwargs)
12831283
except RpcError as exc:
12841284
if exc.code() == grpc.StatusCode.UNIMPLEMENTED:
12851285
logger.debug("v2 not available fall back to v1 instead")

0 commit comments

Comments
 (0)