Cover devices currently only support open and close.
#145 should add support for the stop operation.
When a device supports the stop options, it should also be possible to support percentage based open states.
This would require the user to input the time it takes to fully open and close in the configuration.
Opening a certain percentage (x%) could then be done by sending the open operation and after x% of the configured time, sending the stop operation.
We should also consider how we can keep track of the current open percentage and calculate the diff. I.e. when we want the curtains to close 20% more then they currently are.
Cover devices currently only support open and close.
#145 should add support for the stop operation.
When a device supports the stop options, it should also be possible to support percentage based open states.
This would require the user to input the time it takes to fully open and close in the configuration.
Opening a certain percentage (x%) could then be done by sending the open operation and after x% of the configured time, sending the stop operation.
We should also consider how we can keep track of the current open percentage and calculate the diff. I.e. when we want the curtains to close 20% more then they currently are.