Skip to content

Commit

Permalink
Update philipsHue.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Oct 17, 2023
1 parent 14daa5f commit 42f80d7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions core/class/philipsHue.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -477,16 +477,6 @@ public static function syncBridge($_bridge_number = 1) {
$cmd->setConfiguration('category', 'smart_scene');
$cmd->save();
}

}

public static function cron() {
for ($i = 1; $i <= config::byKey('nbBridge', 'philipsHue'); $i++) {
if (config::byKey('bridge_ip' . $i, 'philipsHue') == '') {
continue;
}
self::syncState($i);
}
}

public static function cron15() {
Expand Down

0 comments on commit 42f80d7

Please sign in to comment.