2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

73_AutoShuttersControl: Fix for missing closed tag for strong

git-svn-id: https://svn.fhem.de/fhem/trunk@19795 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2019-07-08 07:08:43 +00:00
parent bbdc40cfc6
commit e120e7921a
2 changed files with 4 additions and 3 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.
- bugfix: 73_AutoShuttersControl: Fix for missing closed tag for strong
- feature: 73_AutoShuttersControl: delayed self defense drive then absent, - feature: 73_AutoShuttersControl: delayed self defense drive then absent,
fix many of little bugs, change shading logic fix many of little bugs, change shading logic
- feature: 59_WUup: add Meta support - feature: 59_WUup: add Meta support

View File

@ -5964,8 +5964,8 @@ sub getblockAscDrivesAfterManual {
<li><strong>ASC_Self_Defense_Mode - absent/gone</strong> - which Residents status Self Defense should become <li><strong>ASC_Self_Defense_Mode - absent/gone</strong> - which Residents status Self Defense should become
active without the window being open. (default: gone) active without the window being open. (default: gone)
</li> </li>
<li><strong>ASC_Self_Defense_AbsentDelay - How many seconds should drive in Self Defense be delayed at <li><strong>ASC_Self_Defense_AbsentDelay</strong> - um wie viele Sekunden soll das fahren in Selfdefense bei
Residents absent. (default: 300) Residents absent verz&ouml;gert werden. (default: 300)
</li> </li>
<li><strong>ASC_ShuttersPlace window|terrace</strong> - If set to <em>terrace</em>, and the <li><strong>ASC_ShuttersPlace window|terrace</strong> - If set to <em>terrace</em>, and the
residents device is set to <em>gone</em>, and <em>selfDefense</em> is activated, the shutter will residents device is set to <em>gone</em>, and <em>selfDefense</em> is activated, the shutter will
@ -6516,7 +6516,7 @@ sub getblockAscDrivesAfterManual {
], ],
"release_status": "under develop", "release_status": "under develop",
"license": "GPL_2", "license": "GPL_2",
"version": "v0.6.20", "version": "v0.6.21",
"x_developmentversion": "v0.6.19.34", "x_developmentversion": "v0.6.19.34",
"author": [ "author": [
"Marko Oldenburg <leongaultier@gmail.com>" "Marko Oldenburg <leongaultier@gmail.com>"