Hacker News new | ask | show | jobs
by thingsgoup 2017 days ago
Did you look at possibly reversing the payload from the API into the device (vs. from the webapp into the API), and if so did it seem tractable?

Nice write up thank you for sharing.

1 comments

Do you mean reverse engineering the API response from the "set home/away" command?

If yes, then I sort of[1] do this for the "status" part of the response, so I can give useful error messages back (e.g. wrong "structure id")

[1] https://github.com/emilburzo/nest-rest/blob/master/src/main/...