Skip to content

Releases: danielwippermann/resol-vbus-java

v0.10.0

27 Mar 06:27
Compare
Choose a tag to compare
  • Add OventropRegumaqX45ConfigurationOptimizer.
  • Add ConfigurationOptimizer#setConfiguration.

v0.9.0

10 Mar 08:59
Compare
Choose a tag to compare
  • Update VSF file.

v0.7.0

23 Jan 08:32
Compare
Choose a tag to compare
  • Add EmDeviceEmulator#setResistorValueByNrAndBasSettings.

v0.6.0

04 Jan 06:55
Compare
Choose a tag to compare
  • Correctly close previous TCP socket on reconnects in TcpConnection.
  • Fix some threading issues:
    • Prevent CME on Connection#setConnectionState.
  • Update dependencies.

v0.3.0

25 Dec 06:41
Compare
Choose a tag to compare
  • Replace Apache Commons Hex class with minimal stub.
  • Fix bugs in getValueIdByIdHash and getValueIdHashById.
  • Copy listeners to prevent ConcurrentModificationException.
  • Add an example that uses two EmDeviceEmulator instances.
  • Rename Em1DeviceEmulator to EmDeviceEmulator.
  • Add Em1DeviceEmulator and tests.
  • Change BaseDeviceEmulator#update to return preferred sleep time.
  • Add BaseDeviceEmulator class and tests.
  • Add documentation to LittleEndianBuffer.
  • Add TestablePropertyChangeListener.
  • Add TestableConnection class.
  • Add LittleEndianBuffer and tests.
  • Add aggregator example.

v0.2.0

25 Mar 06:15
Compare
Choose a tag to compare
  • Add SpecificationFile.getLanguageForLocale.
  • Update VSF file to version 9 / 20180312.
  • fix off-by one in forged boolean-like-enums
  • Change convertToDate to use long instead of double.
  • Add PacketFieldValue#getRawValueDate() method.
  • Add Formatter#convertToDate().
  • Add PacketFieldValue#isBooleanLikeEnum().
  • Forge enum for boolean-like errors.
  • Add PacketFieldSpec#getEnum().
  • Revert changes in constructor of PacketFieldSpec.
  • Fix bug that caused the locale to be ignored for dates.
  • Add Enum and EnumVariant support to Specification.
  • Add Enum and EnumVariant support to SpecificationFile.
  • Add access to all know units.
  • Fix reading whole specification file.
  • Fix VBusLAN adapter device info parsing bug.

v0.1.0

25 Mar 06:15
Compare
Choose a tag to compare
  • Add support for VSF (VBus Specification File).
  • Adapt to recent change from ___.via.vbus.net to ___.vbus.io.
  • Some bug fixes.