summaryrefslogtreecommitdiffstats
path: root/lib/vehicle-signals/vss_path.dart
blob: d1d8f1f97516629235fb2ec12e85a1d96478e5b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: Apache-2.0
class VSSPath {
  static const String vehicleInsideTemperature =
      "Vehicle.Cabin.HVAC.AmbientAirTemperature";

  static const String vehicleOutsideTemperature =
      "Vehicle.Exterior.AirTemperature";

  static const String vehicleMediaVolume =
      "Vehicle.Cabin.Infotainment.Media.Volume";
}