Releases: mycontroller-org/esphome_api
Releases · mycontroller-org/esphome_api
Development Build - Pre Release
Merge pull request #11 from jkandasa/update_gh update development branch tag
v1.3.0
- update proto: bluetooth support included (#7, @jkandasa)
- support encrypted connection (#5, @jkandasa)
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
v1.1.0
v1.0.0
initial commit Signed-off-by: Jeeva Kandasamy <[email protected]>