Skip to content

3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 19:39
· 276 commits to refs/heads/main since this release
c7c7f21

Breaking changes

  • Changed argument names of XKNXProj class to path and password.
  • Changed structure and key names of resulting KNXProject dict.

What’s Changed

  • Use TypedDict for DPTs and rename keys to dpt (#215) @farmio
  • Add logging for parsing (#214) @farmio
  • Determine ETS 6 by schema version number instead of byte-literal (#213) @farmio
  • Simplify parameters names of XKNXProj (#211) @farmio
  • Update Readme and add some logs (#210) @farmio
  • Parse project infos to info key (#209) @farmio
  • Fuzzy match language code (#208) @farmio
  • Add project_uid for group addresses and devices (#203) @farmio
  • Use group address strings instead of RefIds as keys (#202) @farmio
  • More information for Spaces (#200) @farmio
  • Apply translations (#196) @farmio
  • Preserve text, description and function text of COs (#194) @farmio
  • Support devices with multiple application versions (#195) @farmio
  • Use unique keys for communication objects (Module and multiple instance compatibility) (#193) @farmio

Internals

⬆️ Dependencies

105 changes