JerrettDavis / MyQDotNet

An unofficial C# wrapper for the MyQ API.
3 stars 0 forks source link

[Question] What and when the DoorState.Transition and DoorState.Stopped states are and when they could occur? #3

Closed arivera12 closed 3 years ago

JerrettDavis commented 3 years ago

I actually snagged those from the arraylabs/pymyq python MyQ wrapper. I'm not certain when they can occur, but I believe stopped is when the door has been manually stopped via the garage door opener, and transition occurs directly between stage changes.

arivera12 commented 3 years ago

Ok. Thanks for the info!