From 77f8ae2f803ac2d1fdfd186ae3be58a9a1063bc4 Mon Sep 17 00:00:00 2001 From: Otto123 <> Date: Thu, 3 Jun 2021 07:30:26 +0000 Subject: [PATCH] mqtt2.template:correct typo template Worx_Landroid git-svn-id: https://svn.fhem.de/fhem/trunk@24572 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/lib/AttrTemplate/mqtt2.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/lib/AttrTemplate/mqtt2.template b/fhem/FHEM/lib/AttrTemplate/mqtt2.template index 651e33443..5efa1a374 100644 --- a/fhem/FHEM/lib/AttrTemplate/mqtt2.template +++ b/fhem/FHEM/lib/AttrTemplate/mqtt2.template @@ -4217,7 +4217,7 @@ defmod DEVICE MQTT2_\DEVICE deletereading -q DEVICE (?!associatedWith).* attr DEVICE icon ICON attr DEVICE devicetopic BASE_TOPIC/DEV_ID -attr DEVICE alias Mover +attr DEVICE alias Mower attr DEVICE event-on-change-reading .* attr DEVICE readingList $\DEVICETOPIC/commandOut:.* { json2nameValue($EVENT,'',$JSONMAP) } attr DEVICE jsonMap dat_rsi:wifiQuality dat_fw:firmware cfg_sn:SerialNumber\ @@ -4282,7 +4282,7 @@ mowerErrorTxt:mowerErrorIndex.* { my %errorCodes = (\ 16 => "Mower locked",\ 17 => "Battery temp out of range"\ ); $errorCodes{ReadingsVal($name,"mowerErrorIndex","0")}} -attr DEVICE model worx_landroid_mover +attr DEVICE model worx_landroid_mower setreading DEVICE attrTemplateVersion 20210602