mirror of
https://github.com/uhi22/pyPLC.git
synced 2024-11-20 01:13:58 +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
|