From b042bc97cd60529d9cca6a1e0ae555ce98489d6f Mon Sep 17 00:00:00 2001 From: gvzdus <> Date: Sat, 16 Jan 2021 16:39:15 +0000 Subject: [PATCH] 36_ShellyMonitor: Shelly 1L besserer Namensvorschlag git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@23531 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/36_ShellyMonitor.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FHEM/36_ShellyMonitor.pm b/FHEM/36_ShellyMonitor.pm index eb0d43742..27752f214 100644 --- a/FHEM/36_ShellyMonitor.pm +++ b/FHEM/36_ShellyMonitor.pm @@ -220,6 +220,7 @@ my %DEVID_MODEL = ( my %DEVID_PREFIX = ( "SHPLG-S" => "shelly_plug_s", "SHSW-PM" => "shelly_1pm", + "SHSW-L" => "shelly_1l", "SHSW-1" => "shelly_1", "SHSW-21" => "shelly_2", "SHSW-25" => "shelly_25",