add comments about functions

This commit is contained in:
Marianpol 2021-08-12 22:58:04 +02:00
parent 53f73d96dc
commit bd9c2db570

View File

@ -1358,6 +1358,7 @@ class ELM:
else:
return "WRONG RESPONSE"
# Can be used only with OBDLink based ELM
def send_can_cfc_caf(self, command):
if len(command) == 0:
return
@ -1418,6 +1419,7 @@ class ELM:
else:
return "WRONG RESPONSE"
# Can be used only with OBDLink based ELM
def send_can_cfc(self, command):
command = command.strip().replace(' ', '').upper()