You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, instead of receiving the expected ChargingState values, I received unexpected values: Idle, ClearFaults, Enable, Startup, and Shutdown. Additionally, I tried to include the DetailedChargeState field in the configuration, but I did not receive this field either.
Where can I find the definition for the ChargeState field, or should I adjust something to ensure it matches the protobuf definition?
The text was updated successfully, but these errors were encountered:
In the protobuf definition, the ChargingState enum for the ChargeState field is defined as follows:
However, instead of receiving the expected ChargingState values, I received unexpected values: Idle, ClearFaults, Enable, Startup, and Shutdown. Additionally, I tried to include the DetailedChargeState field in the configuration, but I did not receive this field either.
Where can I find the definition for the ChargeState field, or should I adjust something to ensure it matches the protobuf definition?
The text was updated successfully, but these errors were encountered: