mirror of
https://github.com/uhi22/pyPLC.git
synced 2024-11-10 01:05:42 +00:00
5 lines
165 B
Python
5 lines
165 B
Python
|
|
|
|
C_LISTEN_MODE = 0 # listen to the communication. No active participation.
|
|
C_EVSE_MODE = 1 # play the role of the charger
|
|
C_PEV_MODE = 2 # play the role of the car
|