Skip to content

Commit

Permalink
Update the comments
Browse files Browse the repository at this point in the history
Signed-off-by: florinmihut <florinmihut1@gmail.com>
  • Loading branch information
florinmihut committed Dec 27, 2024
1 parent a69359b commit 6a144b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/ocmf/powermeter_start_transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ end
alt EvseManager configured to become inoperative in case of Powermeter CommunicationError
Powermeter->>EvseManager: raise_error(CommunicationError)
Note over Powermeter,EvseManager: raise_error not actual messages between them, <br/>Powermeter raises an CommunicationError <br/>and EvseManager is registered for notification
Note over Powermeter,EvseManager: Powermeter raises an CommunicationError <br/>and EvseManager is registered for notification

Check notice on line 46 in doc/ocmf/powermeter_start_transaction.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

doc/ocmf/powermeter_start_transaction.md#L46

Expected: 80; Actual: 129
EvseManager->>OCPP: raise_error (Inoperative)
OCPP->>CSMS: StatusNotification.req(Faulted)
CSMS-->>OCPP: StatusNotification.conf
Expand Down
2 changes: 1 addition & 1 deletion doc/ocmf/powermeter_stop_transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ title Stopping Transaction in Error
Note over Powermeter, CSMS: Transaction is running
Powermeter->>Powermeter: detects a <br/> CommunicationError
Note over Powermeter,EvseManager: raise_error not actual messages between them, <br/>Powermeter raises an CommunicationError <br/>and EvseManager is registered for notification
Note over Powermeter,EvseManager: Powermeter raises an CommunicationError <br/>and EvseManager is registered for notification

Check notice on line 14 in doc/ocmf/powermeter_stop_transaction.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

doc/ocmf/powermeter_stop_transaction.md#L14

Expected: 80; Actual: 125
Powermeter->>EvseManager: raise_error (CommunicationFault)
Powermeter->>OCPP: raise_error (CommunicationFault)
Expand Down

0 comments on commit 6a144b5

Please sign in to comment.