-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add json request sent to netatmo in log (mode debug) & Changelog update/correction #14
Conversation
Add json request sent to netatmo in log (mode debug)
Bascule du log des appels cloud netatmo dans la class netatmo principale
Centralisation des logs en mode debug depuis class netatmo
Réduction des requêtes cloud aux maisons réellement équipées d'un module netatmo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Complément d'information sur la màj du critères de construction des maisons ("homes") à parcourir lors du refresh
} | ||
$home_ids = array(); | ||
if(isset($homesdata['homes']) && count($homesdata['homes']) > 0){ | ||
foreach ($homesdata['homes'] as $home) { | ||
if(!isset($home['rooms'])){ | ||
if(!isset($home['modules'])){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bonjour,
Pour moi il ne devrait pas avoir ce changement, ca va casser la remonté d'informations des capteurs d'ouverture je pense.
Add json request sent to netatmo in log (mode debug)
Types of changes
PR checklist