mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
00_MYSENSORS.pm: fix delete gateway
git-svn-id: https://svn.fhem.de/fhem/trunk@15105 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f27e097592
commit
056d80f3d4
@ -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: 00_MYSENSORS: fix delete gateway
|
||||
- bugfix: 82_LGTV_WebOS: fix Argument "none" isn't numeric in addition
|
||||
- bugfix: 73_AMADCommBridge: fix utf8 character in set mode
|
||||
- feature: 82_LGTV_WebOS: version 1.0.0 add WakeOnLAN function
|
||||
|
@ -114,6 +114,7 @@ sub Define($$) {
|
||||
|
||||
sub Undef($) {
|
||||
Stop(shift);
|
||||
return undef;
|
||||
}
|
||||
|
||||
sub Set($@) {
|
||||
@ -467,6 +468,10 @@ sub matchClient($$) {
|
||||
1;
|
||||
|
||||
=pod
|
||||
=item device
|
||||
=item summary includes a MYSENSORS gateway
|
||||
=item summary_DE integriert ein MYSENSORS Gateway
|
||||
|
||||
=begin html
|
||||
|
||||
<a name="MYSENSORS"></a>
|
||||
|
@ -28,7 +28,7 @@ FHEM/00_KM271.pm physikus Sonstiges
|
||||
FHEM/00_LIRC.pm rudolfkoenig Sonstiges
|
||||
FHEM/00_MAXLAN.pm rudolfkoenig/orphan MAX
|
||||
FHEM/00_MQTT.pm eisler MQTT
|
||||
FHEM/00_MYSENSORS.pm ntruchsess Sonstige Systeme
|
||||
FHEM/00_MYSENSORS.pm Hauswart Sonstige Systeme
|
||||
FHEM/00_NetzerI2C.pm klausw Sonstige Systeme
|
||||
FHEM/00_OWX.pm pahenning/ntruchsess 1Wire
|
||||
FHEM/00_OWX_ASYNC ntruchsess 1Wire
|
||||
|
Loading…
Reference in New Issue
Block a user