mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
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
This commit is contained in:
parent
745cc4dbe9
commit
3ccade50c6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user