lincomatic / open_evse

Firmware for Open EVSE
GNU General Public License v3.0
114 stars 163 forks source link

Add Get Service Level command "GL" to RAPI. #51

Closed presslab-us closed 8 years ago

presslab-us commented 8 years ago

This allows the current service level to be read over RAPI.

lincomatic commented 8 years ago

Thank you for the pull request. This command is actually redundant. The service level can already be gotten by the $GE command. bit 0 of the returned flags = ECF_L2. It's set for L2, and unset for L1

presslab-us commented 8 years ago

Yes, that worked, thanks! I didn't realize the flags contained that information.