RB. Posted May 18 Share Posted May 18 I control my blinds with a Shelly 2PM and have the following problem: I want the blinds to lower to 24%. To open the slats slightly, it should then be raised again briefly to achieve the desired position of the slats. The lowering to 24 % already works with the following script: Shelly.call("Cover.GoToPosition", {'id': 0, 'pos': 24}); Now I try this: Shelly.call("Cover.GoToPosition", {'id': 0, 'pos': 24}); Shelly.call("Cover.GoToPosition", {'id': 0, 'pos': 23}); Only the first line is executed. What must the script look like so that both lines are executed directly one after the other? Quote Link to comment Share on other sites More sharing options...
RB. Posted May 21 Author Share Posted May 21 has been settled Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.