# Functions
EvaluateWebMsg converts the JSON message from the web into a code.
NewMemsFCR creates an instance of a MEMs Fault Code Reader.
NewWebInterface creates a new web interface.
# Constants
ClearFaults command.
ConfigRead command.
ConnectECU command.
Dataframe command.
DecreaseFuelTrim command.
DecreaseIdleHot command.
DecreaseIdleSpeed command.
DecreaseIgnitionAdvance command.
IncreaseFuelTrim command.
IncreaseIdleHot command.
IncreaseIdleSpeed command.
IncreaseIgnitionAdvance command.
PauseDataLoop command.
ResetAdjustments command.
ResetECU command.
Save command.
StartDataLoop command.
Unknown command.
WebActionConfig data packet is config.
WebActionConnect action is to connect the ecu.
WebActionConnection data packet is connection status.
WebActionData data packet is ecu data.
WebActionECUCommand data packet is an ecu command.
WebActionECUCommandDecrease data packet is an decrease adjustment command.
WebActionECUCommandIncrease data packet is an increase adjustment command.
WebActionECUResponse data packet is ecu response.
# Structs
MemsFCR structure.
WebAction converts the JSON message from the web into a code.
WebInterface the web interface.
WebMsg structure fro sending / receiving over the websocket.