From ebbe94db112cbd95e5346f8bf045d8a6fab82e95 Mon Sep 17 00:00:00 2001 From: Harrie de Groot Date: Wed, 5 May 2021 01:23:56 +0200 Subject: [PATCH] version 3.4.2 --- .homeychangelog.json | 3 +++ CHANGE_LOG.md | 4 ++++ README.md | 2 +- TODO | 1 + app.json | 2 +- 5 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.homeychangelog.json b/.homeychangelog.json index 0e7a987..d878d86 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -61,5 +61,8 @@ }, "3.4.1": { "en": " MQTT Device: output template math expressions" + }, + "3.4.2": { + "en": "MQTT Device: Display capability details" } } diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index 11bfce5..46ad9e1 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -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 diff --git a/README.md b/README.md index a161156..e395095 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/TODO b/TODO index 2f2d08d..684f785 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/app.json b/app.json index b1415ff..4531ba8 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,6 @@ { "id": "nl.hdg.mqtt", - "version": "3.4.1", + "version": "3.4.2", "compatibility": ">=5.0.0", "sdk": 3, "brandColor": "#103b7a",