mirror of
https://github.com/fhem/fhem-mirror.git
synced 2024-11-22 02:59:49 +00:00
OWFS+OWTEMP: move to deprecated
git-svn-id: https://svn.fhem.de/fhem/trunk@25185 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f90d148492
commit
26a59510fa
@ -1,5 +1,7 @@
|
||||
# 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.
|
||||
- change: 20_OWFS: Move to deprecated
|
||||
- change: 21_OWTEMP: Move to deprecated
|
||||
- change: 49_SSCam: set compability to SVS 8.2.10
|
||||
- bugfix: 58_RPI_1Wire: Improved behaviour when changing pollingInterval
|
||||
- change: 93_RFHEM: Moved to deprecated (use FHEM2FHEM)
|
||||
|
@ -132,7 +132,6 @@ FHEM/20_FRM_SERVO.pm jensb Sonstige Systeme
|
||||
FHEM/20_FRM_STEPPER.pm jensb Sonstige Systeme
|
||||
FHEM/20_GUEST.pm loredo Automatisierung
|
||||
FHEM/20_N4HBUS.pm okoerber Sonstige Systeme
|
||||
FHEM/20_OWFS.pm mfr69bs 1Wire (deprecated)
|
||||
FHEM/20_PET.pm loredo Automatisierung
|
||||
FHEM/20_ROOMMATE.pm loredo Automatisierung
|
||||
FHEM/20_X10.pm neubert SlowRF
|
||||
@ -146,7 +145,6 @@ FHEM/21_OWID.pm pahenning 1Wire
|
||||
FHEM/21_OWLCD.pm pahenning 1Wire
|
||||
FHEM/21_OWMULTI.pm pahenning 1Wire
|
||||
FHEM/21_OWSWITCH.pm pahenning 1Wire
|
||||
FHEM/21_OWTEMP.pm mfr69bs 1Wire (deprecated)
|
||||
FHEM/21_OWTHERM.pm pahenning 1Wire
|
||||
FHEM/21_OWVAR.pm pahenning 1Wire
|
||||
FHEM/21_SONOSPLAYER Reinerlein Multimedia
|
||||
|
@ -43,10 +43,12 @@ enable the old feature.
|
||||
NOTE: In 6.0 version this can be forced by new attribute offState
|
||||
- 96_allowed: the default for allowedIfAuthenticatedByMe is now 1 (relevant
|
||||
if there are multiple allowed devices valid for the same target).
|
||||
- Deprecated modules (consider replacing them by prior to upgrading):
|
||||
- Deprecated modules (consider replacing them by named alternative(s)
|
||||
prior to upgrading):
|
||||
10_MQTT_BRIDGE (=> MQTT_GENERIC_BRIDGE)
|
||||
98_Heating_Control (=> WeekdayTimer)
|
||||
10_EIB (=> 10_KNX)
|
||||
93_RFHEM (=> FHEM2FHEM)
|
||||
58_GPIO4 (=> RPI_1Wire)
|
||||
|
||||
20_OWFS (=> OWServer, or OWX)
|
||||
21_OWTEMP (=> OWDevice)
|
||||
|
@ -21,7 +21,7 @@
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
################################################################
|
||||
# $Id$
|
||||
# $Id: 20_OWFS.pm 2516 2013-01-14 10:41:48Z mfr69bs $
|
||||
package main;
|
||||
|
||||
use strict;
|
@ -21,7 +21,7 @@
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
################################################################
|
||||
# $Id$
|
||||
# $Id: 21_OWTEMP.pm 6164 2014-06-25 13:40:30Z ntruchsess $
|
||||
package main;
|
||||
|
||||
use strict;
|
Loading…
Reference in New Issue
Block a user