mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
10_KNX.pm: corrected Doku: till->until
git-svn-id: https://svn.fhem.de/fhem/trunk@11711 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
809626e251
commit
97ed5ac31c
@ -15,6 +15,7 @@
|
||||
# ABU 20160529 Changed Doku
|
||||
# ABU 20160605 Changed Doku, changed autocreate-naming, fixed dpt10-sending-now
|
||||
# ABU 20160608 changed sprintf for int-dpt from %d to %.0f
|
||||
# ABU 20160624 corrected Doku: till->until
|
||||
|
||||
package main;
|
||||
|
||||
@ -1513,7 +1514,7 @@ decodeByDpt ($$$) {
|
||||
set lamp1 on
|
||||
set lamp1 off
|
||||
set lamp1 on-for-timer 10
|
||||
set lamp1 on-till 13:15:00
|
||||
set lamp1 on-until 13:15:00
|
||||
set foobar raw 234578
|
||||
set thermo value 23.44
|
||||
set message value Hallo Welt
|
||||
@ -1771,7 +1772,7 @@ decodeByDpt ($$$) {
|
||||
set lamp1 on
|
||||
set lamp1 off
|
||||
set lamp1 on-for-timer 10
|
||||
set lamp1 on-till 13:15:00
|
||||
set lamp1 on-until 13:15:00
|
||||
set foobar raw 234578
|
||||
set thermo value 23.44
|
||||
set message value Hallo Welt
|
||||
|
Loading…
x
Reference in New Issue
Block a user