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