Fiy for on-till by michael

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@742 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2010-10-27 12:53:21 +00:00
parent 1c7ef1ae98
commit 51eaf8e989

View File

@@ -14,10 +14,10 @@ set ytics ("Off" 0, "On" 1)
set y2tics ("Off" 0, "On" 1)
set yrange [-0.1:1.1]
set y2range [-0.1:1.1]
set ylabel "Pumpe"
set y2label "Pumpe"
set ylabel "Status"
set y2label "Status"
#FileLog 3::0:$fld[2]eq"on"?1:0
#FileLog 3::0:$fld[2]=~"on"?1:0
plot "< awk '{print $1, $3==\"on\"? 1 : 0; }' <IN>"\
plot "< awk '{print $1, $3~/on/? 1 : 0; }' <IN>"\
using 1:2 notitle with steps