From 9f83cba5e7a2a2a7cea69357a46e786bbf1310a7 Mon Sep 17 00:00:00 2001 From: LeonGaultier Date: Wed, 29 Jan 2020 19:46:59 +0000 Subject: [PATCH] msgSchema: change Typo LGTV_WebOS git-svn-id: https://svn.fhem.de/fhem/trunk@21075 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/msgSchema.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 57cc996a4..6bc352953 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # 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. + - bugfix: msgSchema: change Typo LGTV_WebOS - bugfix: 88_HMCCU: Fixed next/return bug - feature: 93_DbRep: new option "deleteOther" for minValue/maxValue available - feature: 98_weekprofile: new command get associations diff --git a/fhem/FHEM/msgSchema.pm b/fhem/FHEM/msgSchema.pm index 9532dc87a..97a2386ff 100755 --- a/fhem/FHEM/msgSchema.pm +++ b/fhem/FHEM/msgSchema.pm @@ -342,7 +342,7 @@ my $db = { }, }, - 'LGTV_WEBOS' => { + 'LGTV_WebOS' => { 'Normal' => 'set %DEVICE% screenMsg %MSG%', 'High' => 'set %DEVICE% screenMsg %MSG%', 'Low' => 'set %DEVICE% screenMsg %MSG%',