Rename header to make it clearer that it is intended solely for CHADEMO

This commit is contained in:
Steven Maresca 2024-05-30 17:22:24 -04:00
parent ccfb7cb84c
commit bf3cada068

View file

@ -92,7 +92,6 @@ struct x102_Vehicle_Charging_Session { //Frame byte
} status;
} s;
//TODO discharge compatible is a status set here in bit 7, see beaglebone
uint8_t StateOfCharge = 0; //6 state of charge?
};
@ -110,7 +109,7 @@ struct x108_EVSE_Capabilities { // Frame byte
struct x109_EVSE_Status { // Frame byte
uint8_t CHADEMO_protocol_number = 0x02; // 0
uint16_t setpoint_HV_VDC =
0; // 1,2 NOTE: charger_stepoint_HV_VDC elsewhere is a float. THIS is protocol-defined as an int. cast float->int and lose some precision for protocol adherence
0; // 1,2 NOTE: charger_setpoint_HV_VDC elsewhere is a float. THIS is protocol-defined as an int. cast float->int and lose some precision for protocol adherence
uint8_t setpoint_HV_IDC = 0; // 3
//
bool discharge_compatible = true; // 4, bit 0. bits