From 3ccade50c6fa183d00b8a31cb282797bbaa2d3b9 Mon Sep 17 00:00:00 2001 From: gvzdus <> Date: Tue, 19 Jan 2021 21:50:44 +0000 Subject: [PATCH] 36_ShellyMonitor: Generic names fuer Shelly Floot und HT angepasst git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@23558 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/36_ShellyMonitor.pm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/FHEM/36_ShellyMonitor.pm b/FHEM/36_ShellyMonitor.pm index 435d62f09..3be515f99 100644 --- a/FHEM/36_ShellyMonitor.pm +++ b/FHEM/36_ShellyMonitor.pm @@ -213,7 +213,9 @@ my %DEVID_MODEL = ( "SHSW-44" => "shelly4", "SHRGBW2" => "shellyrgbw", "SHBLB-1" => "shellybulb", - "SHBDUO-1" => "shellybulb" + "SHBDUO-1" => "shellybulb", + "SHWT-1" => "generic", + "SHHT-1" => "generic" ); # Mapping of DeviceId in Multicast to suggested generic name @@ -228,7 +230,9 @@ my %DEVID_PREFIX = ( "SHSW-44" => "shelly_4", "SHRGBW2" => "shelly_rgbw", "SHBLB-1" => "shelly_bulb", - "SHBDUO-1" => "shelly_duo" + "SHBDUO-1" => "shelly_duo", + "SHWT-1" => "shelly_flood", + "SHHT-1" => "shelly_ht" ); # Mapping of DeviceId in Multicast to additional attributes on creation