What's Changed
* Enable CodeQL by KaSroka in https://github.com/KaSroka/Toshiba-AC-control/pull/21
* Add better features decoding by KaSroka in https://github.com/KaSroka/Toshiba-AC-control/pull/22
**Full Changelog**: https://github.com/KaSroka/Toshiba-AC-control/compare/v0.1.15...v0.2.0
This release brings parsing of features supported by AC. Now each device has `supported` property that holds all features supported by the AC. This property also allows to get features usable in given AC mode (heating, cooling, ...) with `for_ac_mode` method.