Skip to content

Commit

Permalink
Update WindowCovering.js
Browse files Browse the repository at this point in the history
Give blind more time to move, see #20.
  • Loading branch information
ebaauw committed Mar 13, 2022
1 parent 0ab4bac commit c638fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DeconzService/WindowCovering.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class WindowCovering extends DeconzService.LightsResource {
this.values.closeUpwards = closeUpwards
}
if (
this.moving == null || new Date() - this.moving >= 15000 || (
this.moving == null || new Date() - this.moving >= 30000 || (
position === this.values.targetPosition &&
(closeUpwards == null || closeUpwards === this.targetCloseUpwards)
)
Expand Down

0 comments on commit c638fa8

Please sign in to comment.