mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
36_ShellyMonitor: Bugfix for Shelly-3EM
git-svn-id: https://svn.fhem.de/fhem/trunk@27961 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ae6e1ba456
commit
a2a972041b
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- bugfix: 36_ShellyMonitor: Correct handling of Shelly 3EM
|
||||||
- bugfix: 72_FRITZBOX: Handling Pipe | Zeichen in FB Daten korrigiert
|
- bugfix: 72_FRITZBOX: Handling Pipe | Zeichen in FB Daten korrigiert
|
||||||
wakeUpCall Leerzeichen im Namen durch %20 repräsentiert
|
wakeUpCall Leerzeichen im Namen durch %20 repräsentiert
|
||||||
- feature: 10_SD_GT.pm: repeats can be configured via attribute
|
- feature: 10_SD_GT.pm: repeats can be configured via attribute
|
||||||
|
@ -234,6 +234,7 @@ my %DEVID_MODEL = (
|
|||||||
"SHCB-1" => "shellybulb",
|
"SHCB-1" => "shellybulb",
|
||||||
"SHBLB-1" => "shellybulb",
|
"SHBLB-1" => "shellybulb",
|
||||||
"SHBDUO-1" => "shellybulb",
|
"SHBDUO-1" => "shellybulb",
|
||||||
|
"SHEM-3" => "shelly3em",
|
||||||
"SHMOS-01" => "generic",
|
"SHMOS-01" => "generic",
|
||||||
"SHWT-1" => "generic",
|
"SHWT-1" => "generic",
|
||||||
"SHHT-1" => "generic",
|
"SHHT-1" => "generic",
|
||||||
@ -263,7 +264,8 @@ my %DEVID_PREFIX = (
|
|||||||
"SHBTN-2" => "shelly_button",
|
"SHBTN-2" => "shelly_button",
|
||||||
"SHIX3-1" => "shelly_i3",
|
"SHIX3-1" => "shelly_i3",
|
||||||
"SHMOS-01" => "shelly_motion",
|
"SHMOS-01" => "shelly_motion",
|
||||||
"SHTRV-01" => "shelly_trv"
|
"SHTRV-01" => "shelly_trv",
|
||||||
|
"SHEM-3" => "shelly_em3"
|
||||||
);
|
);
|
||||||
|
|
||||||
# Mapping of DeviceId in Multicast to additional attributes on creation
|
# Mapping of DeviceId in Multicast to additional attributes on creation
|
||||||
|
Loading…
Reference in New Issue
Block a user