Releases: danielwippermann/resol-vbus-java
Releases · danielwippermann/resol-vbus-java
Release list
v0.11.0
v0.10.0
- Add
OventropRegumaqX45ConfigurationOptimizer. - Add
ConfigurationOptimizer#setConfiguration.
v0.9.0
v0.7.0
- Add
EmDeviceEmulator#setResistorValueByNrAndBasSettings.
v0.6.0
- Correctly close previous TCP socket on reconnects in
TcpConnection. - Fix some threading issues:
- Prevent CME on
Connection#setConnectionState.
- Prevent CME on
- Update dependencies.
v0.3.0
- Replace Apache Commons
Hexclass with minimal stub. - Fix bugs in
getValueIdByIdHashandgetValueIdHashById. - Copy listeners to prevent
ConcurrentModificationException. - Add an example that uses two
EmDeviceEmulatorinstances. - Rename
Em1DeviceEmulatortoEmDeviceEmulator. - Add
Em1DeviceEmulatorand tests. - Change
BaseDeviceEmulator#updateto return preferred sleep time. - Add
BaseDeviceEmulatorclass and tests. - Add documentation to
LittleEndianBuffer. - Add
TestablePropertyChangeListener. - Add
TestableConnectionclass. - Add
LittleEndianBufferand tests. - Add
aggregatorexample.
v0.2.0
- Add
SpecificationFile.getLanguageForLocale. - Update VSF file to version 9 / 20180312.
- fix off-by one in forged boolean-like-enums
- Change
convertToDateto uselonginstead ofdouble. - 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
EnumandEnumVariantsupport toSpecification. - Add
EnumandEnumVariantsupport toSpecificationFile. - Add access to all know units.
- Fix reading whole specification file.
- Fix VBusLAN adapter device info parsing bug.
v0.1.0
- Add support for VSF (VBus Specification File).
- Adapt to recent change from
___.via.vbus.netto___.vbus.io. - Some bug fixes.