mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 05:06:35 +00:00
Fiy for on-till by michael
git-svn-id: https://svn.fhem.de/fhem/trunk@742 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ae3af101b2
commit
2e1b6c1762
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user