diff --git a/fhem/FHEM/lib/AttrTemplate/mqtt2.template b/fhem/FHEM/lib/AttrTemplate/mqtt2.template index b81ad5cc4..d7f86d394 100644 --- a/fhem/FHEM/lib/AttrTemplate/mqtt2.template +++ b/fhem/FHEM/lib/AttrTemplate/mqtt2.template @@ -939,7 +939,7 @@ setreading DEVICE,DEVICE_CH2 attrTemplateVersion 20200828 #tasmota device with Infrared-circuit name:tasmota_ir -desc:Demonstrates multiple options how to configure tasmota devices as IR remote control extension.
Forum Thread
Tasmota IRremote Commands
Simple IR-circuit
set irsend +desc:Demonstrates multiple options how to configure tasmota devices as IR remote control extension.
Forum Thread IR-Remote
Forum Thread tasmota_ir-Template
Tasmota IR-Remote Docu
Tasmota IR Communication Docu
Simple IR-circuit
irsend syntax
NOTE: This is more like a showcase for several options to send and receive commands, not really a "ready to use" device. filter:TYPE=MQTT2_DEVICE:FILTER=readingList=.*(tele|cmnd|stat).* order:A_01d par:CMNDTOPIC;Command topic prefix, without trailing /;{ AttrVal("DEVICE","readingList","") =~ m,([^:]*)\b(tele|cmnd|stat)(/.*)?/LWT:, ? "${1}cmnd$3" : undef }