Skip to content

0.5.0

Compare
Choose a tag to compare
@mhthies mhthies released this 20 Oct 11:19
· 356 commits to main since this release
02819af
  • New Pulseaudio interface for monitoring and controlling volumes, mute and sink/source state
  • New Variable.field() method for accessing VariableFields of NamedTuple-typed variables (see Docs)
    • Deprecation: Access to VariableFields via attributes is now deprecated in favor of the new .field() method
    • New MyPy Plugin for typechecking VariableFields
  • New datatype FadeStep for processing dimming/fading actions
  • New FadeStepAdapter and FadeStepRamp for connecting FadeStep-typed objects to Range-typed Variables
  • Added Support for KNX DPT 3.xxx (Dimming) with new datatype KNXControlDimming, compatible with FadeStep