Skip to content

Commit

Permalink
Update netatmo_energy.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Jan 15, 2024
1 parent c2d14cc commit 6bfaa34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/class/netatmo_energy.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public static function execCmd($_cmd,$_options = array()){
'schedule_id' => str_replace('schedule','',$_cmd->getLogicalId())
),'POST');
}
sleep(2);
sleep(10);
self::sync();
}
}

0 comments on commit 6bfaa34

Please sign in to comment.