Skip to content

Commit

Permalink
Update bundles/org.openhab.binding.renault/src/main/java/org/openhab/…
Browse files Browse the repository at this point in the history
…binding/renault/internal/api/MyRenaultHttpSession.java

Co-authored-by: Jacob Laursen <[email protected]>
Signed-off-by: Doug Culnane <[email protected]>
  • Loading branch information
dougculnane and jlaur committed Dec 26, 2022
1 parent a19c641 commit f744b7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ private void checkResponse(ContentResponse response)
throw new RenaultForbiddenException(
"Kamereon request forbidden! Ensure the car is paired in your MyRenault App.");
case HttpStatus.NOT_FOUND_404:
throw new RenaultNotImplementedException("Kamereon serivce not found");
throw new RenaultNotImplementedException("Kamereon service not found");
case HttpStatus.NOT_IMPLEMENTED_501:
throw new RenaultNotImplementedException("Kamereon request not implemented");
case HttpStatus.BAD_GATEWAY_502:
Expand Down

0 comments on commit f744b7b

Please sign in to comment.