twocolors / esphome-native-api

MIT License
5 stars 6 forks source link

Typescript type definition #11

Closed richardhopton closed 1 year ago

richardhopton commented 1 year ago

This PR contains a typescript definition file for the library. I've covered most of the methods on connection & discovery.

I didn't add the methods to manually send messages since the API doesn't expose the message types to send.

I do not plan to add anything for client, but the pattern is pretty easy to follow.

twocolors commented 1 year ago

thx