eclipse-kuksa / kuksa-python-sdk

The Python SDK for Eclipse KUKSA
Apache License 2.0
3 stars 5 forks source link

Using "updateVSSTree" with Databroker #11

Closed erikbosch closed 4 months ago

erikbosch commented 7 months ago

The command updateVssTree in the CLI does not work when communicating with Databroker (using gRPC)

Test Client> updateVSSTree hej.json
EXCEPTION of type 'AttributeError' occurred with message: ''Backend' object has no attribute 'updateVSSTree''
To enable full traceback, run the following command: 'set debug true'

We do not have support for adding signals using the gRPC interface, not even individual ones I think. But we should better give a better error message, like "Command not supported by gRPC interface"