Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

29 lines (15 loc) · 1.06 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.0 (2023-11-18)

⚠ 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)

0.1.0 (2023-11-16)

Features

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