@idm-plugin/meteo2 0.8.7 → 0.8.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1437,11 +1437,13 @@ class b0 {
1437
1437
  Q(this, "FORECAST", {
1438
1438
  OM_URL: "https://customer-api.open-meteo.com/v1/forecast",
1439
1439
  ORM_URL: "https://meteo3.idmwx.com/v1/forecast",
1440
- ORM_HISTORY_URL: "https://meteo1.idmwx.com/v1/forecast",
1440
+ // ORM_HISTORY_URL: 'https://meteo1.idmwx.com/v1/forecast',
1441
+ ORM_HISTORY_URL: "https://meteo3.idmwx.com/v1/forecast",
1441
1442
  OM_HISTORY_URL: "https://customer-historical-forecast-api.open-meteo.com/v1/forecast",
1442
1443
  OM_MARINE_URL: "https://customer-marine-api.open-meteo.com/v1/marine",
1443
1444
  ORM_MARINE_URL: "https://meteo3.idmwx.com/v1/marine",
1444
- ORM_HISTORY_MARINE_URL: "https://meteo1.idmwx.com/v1/marine",
1445
+ ORM_HISTORY_MARINE_URL: "https://meteo3.idmwx.com/v1/marine",
1446
+ // ORM_HISTORY_MARINE_URL: 'https://meteo1.idmwx.com/v1/marine',
1445
1447
  WEATHER_VARIABLES: {
1446
1448
  NORMAL: {
1447
1449
  DAILY: "weather_code,temperature_2m_max,temperature_2m_min,apparent_temperature_max,apparent_temperature_min,sunrise,sunset,precipitation_sum,precipitation_hours,precipitation_probability_max,rain_sum,showers_sum,snowfall_sum,wind_speed_10m_max,wind_gusts_10m_max,wind_direction_10m_dominant",