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%',