Skip to content

v1.0.15

Compare
Choose a tag to compare
@hahn-th hahn-th released this 28 Aug 05:48
· 96 commits to master since this release

ADDED

  • ⚠️ Functions for interacting with the device (set-shutter-level i.E.) are added to functionalChannel classes. This is because actions are bound to channels, not the devices. This is the foundation for more changes in the future. These functions in device classes are deprecated soon.
  • Add field channelRole to MultiModeInputChannel
  • Default Channel for device HmIP-DLD is set to 1
  • HmIP-DLD is a OperationLockableDevice
  • Add support for IOptionalFeatureMountingOrientation
  • Add support for IOptionalFeatureControlsMountingOrientation
  • Add support for HmIP-eTRV-CL

FIXED

  • hmip_cli: Set basic logger level in hmip_cli based on --debug-level argument
  • hmip_cli: Use functions from functionalChannels to execute set_shutter_level
  • Fix several deprecation warnings

What's Changed

Full Changelog: 1.0.14...1.0.15