mirror of
https://github.com/uhi22/pyPLC.git
synced 2025-02-08 01:57:10 +00:00
6 lines
165 B
Python
6 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
|