Skip to content

Commit

Permalink
version 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
harriedegroot committed May 4, 2021
1 parent 5210071 commit ebbe94d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,8 @@
},
"3.4.1": {
"en": " MQTT Device: output template math expressions"
},
"3.4.2": {
"en": "MQTT Device: Display capability details"
}
}
4 changes: 4 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Change Log

#### 3.4.2
- MQTTDevice: Display capability details
- Readme update

#### 3.4.1
- MQTTDevice: allow mathJS expressions as output template for outgoing messages
- MQTTDevice: removed default '{{value}}' output template
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The functionality of the MQTT Hub:
- Dispatch system info (memory, cpu, etc.) on a regular interval.
- Add Virtual MQTT Devices with mappings between Homey capabilities and mqtt topics.

All can be configured via extensive app settings.
All can be configured via extensive app settings and connection wizards.

## What can it be used for?
Some of the many possibilities:
Expand Down
1 change: 1 addition & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Insights / System info:
- (All) Prometheus functionality

======= DONE =======
- MQTT Device: Capability details
- MQTT Device: value & output templates with mathJS expressions
- color temperature fix
- MQTT DEVICE: allow the same topic to be used for multiple capabilities
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "nl.hdg.mqtt",
"version": "3.4.1",
"version": "3.4.2",
"compatibility": ">=5.0.0",
"sdk": 3,
"brandColor": "#103b7a",
Expand Down

0 comments on commit ebbe94d

Please sign in to comment.