2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-17 17:36:01 +00:00

added: new Modul MQTT_GENERIC_BRIDGE

git-svn-id: https://svn.fhem.de/fhem/trunk@17242 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hexenmeister 2018-08-31 18:10:42 +00:00
parent 0f4d940aed
commit 4ece3571cf
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,10 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it.
- new: 10_MQTT_GENERIC_BRIDGE an MQTT bridge, which simultaneously
collects data from several FHEM devices and passes
their readings via MQTT or set readings from
the incoming MQTT messages or executes them
as a 'set' command on the configured FHEM device.
- feature: 72_XiaomiDevice: vacuum events, resume zoned cleanup
- feature: 51_MOBILEALERTS: Added MA10120PRO
- feature: 51_MOBILEALERTS: Added TFA30.3060.01.IT

View File

@ -67,6 +67,7 @@ FHEM/10_KOPP_FC.pm raspii Sonstige Systeme
FHEM/10_MAX.pm rudolfkoenig/orphan MAX
FHEM/10_MQTT_BRIDGE hexenmeister MQTT
FHEM/10_MQTT_DEVICE hexenmeister MQTT
FHEM/10_MQTT_GENERIC_BRIDGE hexenmeister MQTT
FHEM/10_MQTT2_DEVICE.pm rudolfkoenig MQTT
FHEM/10_MYSENSORS_DEVICE Hauswart Sonstige Systeme
FHEM/10_NeuronPin.pm klausw Sonstige Systeme