Skip to content

Releases: tirithen/tradfri_gateway

v0.2.0

18 Nov 00:39
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Removes type state pattern from TradfriGateway,
    Device, and Light. Renames several struct/enum types, and removes the
    TradfriGatewayConnector.

Features

Bug Fixes

  • one put call per connection, simplify types (27baba1)

v0.1.0

16 Nov 14:18
Compare
Choose a tag to compare

Features

  • add mDNS to auto discover gateway ip (01b4ec6)
  • setup connection and basic light on/off (bca21a3)