Nicnl / homebridge-minimal-http-blinds

GNU General Public License v3.0
12 stars 13 forks source link

Input on position state #6

Open jdtsmith opened 5 years ago

jdtsmith commented 5 years ago

This is more of a coding help request. I noticed various comments in your code about iOS ignoring the positionState, which I've been dutifully setting in a modified WindowCovering based plugin I'm working on. But no matter what I do in terms of getters for TargetPosition, CurrentPosition, etc., the Home app reports "Opening..." with the spinning wheel pretty much endlessly. Did you solve the endless "Opening" issue? If so, how?

Thanks!