Skip to content

Commit bef3a08

Browse files
cliniquelsiepel
authored andcommitted
Correcting url (openhab#17774)
Signed-off-by: Gaël L'hopital <[email protected]>
1 parent 3d5a45f commit bef3a08

File tree

1 file changed

+1
-1
lines changed
  • bundles/org.openhab.binding.linky/src/main/java/org/openhab/binding/linky/internal/api

1 file changed

+1
-1
lines changed

bundles/org.openhab.binding.linky/src/main/java/org/openhab/binding/linky/internal/api/EnedisHttpApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public class EnedisHttpApi {
7171
private static final String USER_INFO_CONTRACT_URL = URL_APPS_LINCS + "/mon-compte-client/api/private/v1/userinfos";
7272
private static final String USER_INFO_URL = URL_APPS_LINCS + "/userinfos";
7373
private static final String PRM_INFO_BASE_URL = URL_APPS_LINCS + "/mes-mesures/api/private/v1/personnes/";
74-
private static final String PRM_INFO_URL = URL_APPS_LINCS + "/mes-prms/api/private/v2/personnes/%s/prms";
74+
private static final String PRM_INFO_URL = URL_APPS_LINCS + "/mes-prms-part/api/private/v2/personnes/%s/prms";
7575
private static final String MEASURE_URL = PRM_INFO_BASE_URL
7676
+ "%s/prms/%s/donnees-%s?dateDebut=%s&dateFin=%s&mesuretypecode=CONS";
7777
private static final URI COOKIE_URI = URI.create(URL_COMPTE_PART);

0 commit comments

Comments
 (0)