Skip to content

Commit

Permalink
Merge pull request #45 from UlfBj/master
Browse files Browse the repository at this point in the history
Cleanup of VISSv2 remnants. Documentation update.
  • Loading branch information
UlfBj authored Oct 15, 2024
2 parents e093d6b + 921d2e5 commit 260441b
Show file tree
Hide file tree
Showing 24 changed files with 1,468 additions and 1,476 deletions.
6 changes: 2 additions & 4 deletions client/client-1.0/Javascript/appclient_commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ Get request with AT token (XXX must be replaced with actual token):
{"action":"get","path":"Vehicle.Body.BodyType","authorization":"XXX","requestId":"243"}

Metadata request:
{"action":"get","path":"Vehicle/ADAS/ABS","filter":{"type":"static-metadata","parameter":""},"requestId":"244"}
{"action":"get","path":"Vehicle","filter":{"type":"dynamic-metadata","parameter":"server_capabilities"},"requestId":"244"}
{"action":"get","path":"Vehicle/ADAS","filter":[{"type":"paths","parameter":["ABS/*","CruiseControl/Error"]},{"type":"dynamic-metadata","parameter":"availability"}],"requestId":"237"}
{"action":"get","path":"Vehicle/ADAS/ABS","filter":{"type":"metadata","parameter":""},"requestId":"244"}

Set request:
{"action":"set", "path":"Vehicle/Cabin/Door/Row1/PassengerSide/IsOpen", "value":"999", "requestId":"245"}
Expand Down Expand Up @@ -70,7 +68,7 @@ Payload: 0.123

Service discovery request:
HTTP GET
URL: Vehicle/ADAS/ABS?filter={"type":"static-metadata", "parameter":""}
URL: Vehicle/ADAS/ABS?filter={"type":"metadata", "parameter":""}

// ********* Access control testing *************
// requires that a binary VSS file has been generated with "validate" tags added into vspec file(s) for the requested signals.
Expand Down
4 changes: 2 additions & 2 deletions grpc_pb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

The gRPC implementation is payload compatible with the Websocket and MQTT implementations.

The following command builds the VISSv2.proto file:
The following command builds the VISSv3.proto file:

protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative VISSv2.proto
protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative VISSv3.proto


Loading

0 comments on commit 260441b

Please sign in to comment.