Initial cloud-services repo - gateway service + pkg modules

This commit is contained in:
Chris Rai
2026-01-30 23:14:52 -05:00
commit fbb820d7b3
1037 changed files with 171318 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
package state
const (
AMBIENT_TEMP string = "ambient_temperature"
CELL_TEMP = "cell_temperature"
BATTERY = "battery"
STATE_OF_CHARGE = "state_of_charge"
MAX_RANGE = "max_range"
CABIN_CLIMATE = "cabin_climate"
DBC_VERSION = "dbc_version"
DEFROST_REAR = "rear_defrost"
DOORS = "doors"
DOOR_LOCKS = "door_locks"
GPS_ALTITUDE = "gps_altitude"
LOCATION = "location"
SEAT_HEAT_DRIVER = "driver_seat_heat"
SEAT_HEAT_PASSENGER = "passenger_seat_heat"
STEERING_WHEEL_HEAT = "steering_wheel_heat"
SUNROOF = "sunroof"
TREX_VERSION = "trex_version"
TREX_IP = "ip"
VCU0x260 = "vcu0x260"
ICC0x531 = "icc0x531"
CHARGING_METRICS = "charging_metrics"
WINDOWS = "windows"
WINDOWS_MISC = "misc_windows"
UPDATED_AT = "updated"
)