Skip to content

Comments

Fix & optimize request to waze api#26

Merged
Mips2648 merged 8 commits intomasterfrom
beta
Dec 18, 2025
Merged

Fix & optimize request to waze api#26
Mips2648 merged 8 commits intomasterfrom
beta

Conversation

@Mips2648
Copy link
Contributor

@Mips2648 Mips2648 commented Dec 18, 2025

Description

Fix & optimized requests to Waze
Jeedom 4.4 & Debian 11 required

Suggested changelog entry

Already in changelog

Related issues/external references

Fixes https://community.jeedom.com/t/erreur-410/144892

Types of changes

  • Bug fix (non-breaking change which fixes)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
    • This change is only breaking for integrators, not for external standards or end-users.
  • Documentation improvement

PR checklist

@Mips2648 Mips2648 merged commit 6120af3 into master Dec 18, 2025
8 checks passed
$end = $this->getPosition('end');

$row = ($this->getConfiguration('NOA')) ? '' : 'row-';
$row = ($this->getConfiguration('NOA')) ? '' : 'row-'; // FIXME: don't know which url to use for North America so deactivate for now, not sure anyone uses it

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FIXME: don't know which url to use for North America so deactivate for now, not sure anyone uses it

Maybe the answer will be there : https://community.jeedom.com/t/waze-in-time-ne-fonctionne-plus-pour-north-america/145606

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants