Skip to content

Commit

Permalink
Merge pull request #57 from zigad/fix/MoonCharge-error-56
Browse files Browse the repository at this point in the history
Fix: Update MoonCharge #56
  • Loading branch information
zigad authored May 8, 2023
2 parents d8ee98d + c581969 commit 94f5ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/si/deisinger/providers/enums/Providers.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public enum Providers {
GREMONAELEKTRIKO("GremoNaElektriko", "https://cp.emobility.gremonaelektriko.si/api/v2/app/pins", "https://cp.emobility.gremonaelektriko.si/api/v2/app/locations"),
PETROL("Petrol", "https://onecharge.eu/DuskyWebApi/api/locations?searchLatitude=46.119944&searchLongitude=14.815333&searchRadius=500&showAlsoRoaming=false&onlyCurrentlyAvailable=false&onlyFreeOfCharge=false"),
MOONCHARGE("MoonCharge", "https://charge.moon-power.si/DuskyWebApi/api/locations?searchLatitude=46.119944&searchLongitude=14.815333&searchRadius=500&showAlsoRoaming=false&onlyCurrentlyAvailable=false&onlyFreeOfCharge=false"),
MOONCHARGE("MoonCharge", "https://charge.moon-power.si/DuskyWebApi/api/locations?searchLatitude=46.119944&searchLongitude=14.815333&searchRadius=200&showAlsoRoaming=false&onlyCurrentlyAvailable=false&onlyFreeOfCharge=false"),
AVANT2GO("Avant2Go",
"https://api.avant2go.com/api/locations?providerID=58ee0cc36d818563a9ff46af&populate=%5B%22companyID%22,%22providerID%22,%22regionID%22%5D&filters=%7B%22chargers%22%3A%5B1%5D%7D&limit=1000&position=14.815333%2C46.119944&searchFields=name%2Caddress.city%2Caddress.address1"),
EFREND("eFrend", "https://efrend.eu.charge.ampeco.tech/api/v2/app/pins", "https://efrend.eu.charge.ampeco.tech/api/v2/app/locations"),
Expand Down

0 comments on commit 94f5ad5

Please sign in to comment.