2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

EseraOneWire: switching recommended firmware version to 12029

git-svn-id: https://svn.fhem.de/fhem/trunk@22509 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
pizmus 2020-08-01 10:15:39 +00:00
parent 79d4d59e29
commit 017df1b0b6
3 changed files with 4 additions and 2 deletions

View File

@ -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.
- change: 66_EseraOneWire: switching to recommended firmware version 12029
- feature: 60_Watches: attr timeAsReading -> write displayed time to reading - feature: 60_Watches: attr timeAsReading -> write displayed time to reading
currtime currtime
- feature: 48_BlinkCamera: Support for new API on login / new V3 as default - feature: 48_BlinkCamera: Support for new API on login / new V3 as default

View File

@ -125,7 +125,7 @@ EseraOneWire_Define($$)
$hash->{DeviceName} = $dev; $hash->{DeviceName} = $dev;
$hash->{KAL_PERIOD} = 60; $hash->{KAL_PERIOD} = 60;
$hash->{RECOMMENDED_FW} = 12027; $hash->{RECOMMENDED_FW} = 12029;
$hash->{DEFAULT_POLLTIME} = 5; $hash->{DEFAULT_POLLTIME} = 5;
$hash->{DEFAULT_DATATIME} = 10; $hash->{DEFAULT_DATATIME} = 10;
@ -2087,7 +2087,7 @@ EseraOneWire_processKalMessage($)
supports serial connections as well, for controllers with serial/USB <br> supports serial connections as well, for controllers with serial/USB <br>
interface. It is tested with EseraStation 200.<br> interface. It is tested with EseraStation 200.<br>
<br> <br>
Tested with Esera controller firmware version 12027.<br> Tested with Esera controller firmware version 12029.<br>
<br> <br>
<a name="EseraOneWire_Define"></a> <a name="EseraOneWire_Define"></a>
<b>Define</b> <b>Define</b>

View File

@ -318,6 +318,7 @@ FHEM/66_ECMD.pm neubert Sonstige Systeme
FHEM/66_EseraAnalogInIout.pm pizmus 1Wire FHEM/66_EseraAnalogInIout.pm pizmus 1Wire
FHEM/66_EseraCount.pm pizmus 1Wire FHEM/66_EseraCount.pm pizmus 1Wire
FHEM/66_EseraDigitalInOut.pm pizmus 1Wire FHEM/66_EseraDigitalInOut.pm pizmus 1Wire
FHEM/66_EseraDimmer.pm pizmus 1Wire
FHEM/66_EseraIButton.pm pizmus 1Wire FHEM/66_EseraIButton.pm pizmus 1Wire
FHEM/66_EseraMulti.pm pizmus 1Wire FHEM/66_EseraMulti.pm pizmus 1Wire
FHEM/66_EseraOneWire.pm pizmus 1Wire FHEM/66_EseraOneWire.pm pizmus 1Wire