Skip to content

Commit

Permalink
fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-manuel committed Dec 18, 2023
1 parent 0d2a305 commit 0a413e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Changelog

## v0.1.5
* Added: Timeout on driver startup. Prevents problems, if the MQTT broker is not reachable on driver startup

## v0.1.4
* Added: Tasmota support with https://github.com/mr-manuel/venus-os_dbus-mqtt-grid/pull/8 by @randomname32
* Added: Timeout on driver startup. Prevents problems, if the MQTT broker is not reachable on driver startup

## v0.1.3
* Changed: Fix crash when rounding none value
Expand Down
2 changes: 1 addition & 1 deletion dbus-mqtt-grid/dbus-mqtt-grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def __init__(
self._dbusservice.add_path("/ProductId", 0xFFFF)
self._dbusservice.add_path("/ProductName", productname)
self._dbusservice.add_path("/CustomName", customname)
self._dbusservice.add_path("/FirmwareVersion", "0.1.5 (20231218)")
self._dbusservice.add_path("/FirmwareVersion", "0.1.4 (20231218)")
# self._dbusservice.add_path('/HardwareVersion', '')
self._dbusservice.add_path("/Connected", 1)

Expand Down

0 comments on commit 0a413e7

Please sign in to comment.