Age | Commit message (Collapse) | Author | Files | Lines |
|
Add minimal mock support for the VSS signals:
Vehicle.Cabin.HVAC.IsAirConditioningActive
Vehicle.Cabin.HVAC.IsFrontDefrosterActive
Vehicle.Cabin.HVAC.IsRearDefrosterActive
Vehicle.Cabin.HVAC.IsRecirculationActive
The implemented behavior is to simply push the actuator target value
out as the new value, so that VSS clients will see the operation as
having completed.
Bug-AGL: SPEC-5000
Change-Id: I9501d54dae13825c7eadcdc417d6355b64f9cd36
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Change Left/Right to Driver/Passenger in HVAC VSS signal names to
match VSS 4.0.
Bug-AGL: SPEC-4970
Change-Id: I465cf4abfa3debd930e0b05ebacd1e6037c96474
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Rework to use the "VAL" gRPC API from the KUKSA.val databroker
instead of the older server's WebSocket interface. Some source
files have been renamed to match the class naming to provide
a bit more consistency.
Bug-AGL: SPEC-4762
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ib1ec31af439a9b2d5244e2232ea7be1ed9a2574c
|