Skip to content

Releases: mycontroller-org/esphome_api

Development Build - Pre Release

15 Jun 13:07
c01d889
Compare
Choose a tag to compare
Pre-release
Merge pull request #9 from jkandasa/cli_implementation

introduce cli and gh actions for executables

v1.3.0

06 Jan 01:23
20c2c5a
Compare
Choose a tag to compare

Contains BREAKING CHANGES

  • get new client function name changed and encryption key argument added on the new function
old: func Init(clientID, address string, timeout time.Duration, handlerFunc func(proto.Message)) (*Client, error) 
new: GetClient(clientID, address, encryptionKey string, timeout time.Duration, handlerFunc func(proto.Message)) (*Client, error) 

v1.2.0

06 Jul 07:48
611c57d
Compare
Choose a tag to compare
  • rename pkg model to types, upgrade go version (#2, @jkandasa) Contains BREAKING CHANGES

v1.1.0

13 Jun 15:58
609d487
Compare
Choose a tag to compare
  • Updated api.proto and included new message definitions (#1, @mligor)

v1.0.0

13 Jun 15:33
Compare
Choose a tag to compare
initial commit

Signed-off-by: Jeeva Kandasamy <jkandasa@gmail.com>