All notable changes to this project will be documented in this file, starting with version 1.1.0.x
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Changed by @mjwsteenbergen
- Updated ApiLibs and CoAP nugets for Tradfri project
- Added Dirigera support in a separate library - Tomidix.Dirigera
- Added TerminalUI project
Changed by @tomidix
- Added rename support for devices and groups
- Updated ApiLibs and CoAP nugets
- UI project updated accordingly
Changed by @bjornpoppe
- Added support for blinds
Changed by @tomidix
- Implemented possibility to add a new device to gateway (via Gateway controller)
- Implemented possibility to add a secondary control device to a group (via Gateway controller), which is not working anymore on Ikea Trådfri Android app
- Added example to UI project
Changed by @dominikjancik
- Implemented possibility to set a color by Hue and Saturation
- Added support for Transition time - ability to specify an optional fade duration for various color setting methods
Changed by @tomidix & @dominikjancik
- Implemented #25 - Wrapper for setting CIE Yxy colors
- Credits for testing and fixes to dominikjancik
- Fixed #36 - GenerateAppSecret Timeout lowered (to 10s) and now throws a custom timeout message
Changed by @tomidix
- Fixed #30 - Custom mood activation not working properly when using mood with different settings for multiple bulbs in group
- Added TransitionTime property to TradfriMoodProperties
Changed by @tomidix
- Nuget packages updated because of PeterO.Cbor vulnerability which was fixed in v4.0
Changed by @johanjonsson1
- Added basic control outlet support
Changed by @tomidix
- Added UI example project
- Rewrite TradfriDevice Controller ObserveDevice method
- Fixed Issue CoapClient instance needed for ObserveDevice method on DeviceController #21
- Fixed Issue Lights are not turning on/off when observing device #22
- Minor tweaks and additions