Skip to content

Commit

Permalink
Update v1.9.20241029
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilkware committed Oct 29, 2024
1 parent c33d3d6 commit 0fa7cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blink Home Sync Modul/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public function ApplyChanges()
if ($motion) {
$list = json_decode($this->ReadPropertyString('ListMotion'), true);
$asso = [];
foreach($list as $entry) {
foreach ($list as $entry) {
$asso[] = [$entry['Value'], $entry['Name'], '', -1];
}
$this->RegisterProfileInteger('BHS.Cameras', 'Motion', '', '', 1, 100, 1, $asso);
Expand Down

0 comments on commit 0fa7cc1

Please sign in to comment.