JustAnOpossum / myq-node

Chamberlain node module
4 stars 1 forks source link

Incorrect door state value in README #4

Open pawlh opened 6 years ago

pawlh commented 6 years ago

The README states that a returned door state of 9 means the door is open, although it appears that 1 is the actual value returned for open.

(I have checked other MyQ projects, and this one defines 9 simply as "not closed"; I am unsure of the meaning, but as of yet I have not seen 9 as a returned value for any circumstance)

JustAnOpossum commented 6 years ago

Huh, that's strange. I just pulled the values from the HTTP request. I'll check again in the next couple of days to verify. Thank you for bringing this to my attention.

pawlh commented 6 years ago

Yeah, I'm not quite sure what's up. Let me know if you find anything concurring or refuting it; I've tried to find a circumstance that returns 9 without avail, and I don't want to get caught off guard with an unexpected value. Thanks for your work!