1
0
Fork 0
modbusmqtt/modbus-mqtt/CHANGELOG.md

1.2 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Deprecated

  • Separate holding and input sections, in favour of specifying register_type field on the register definition to either "input" (default) or "holding".

0.2.0 - 2022-09-09

Changed

Breaking

  • Topic paths have changed
  • CLI options have changed (takes a single MQTT URL now)

0.1.0 - 2022-08-30

  • Initial release
  • Basic support for monitoring a Modbus device and publishing register values to MQTT, including parsing numerics