2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-13 09:12:19 +00:00

EnO_A5-30-01.gplot: changes

git-svn-id: https://svn.fhem.de/fhem/trunk@9594 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klaus-schauer 2015-10-22 19:56:42 +00:00
parent ae68edebb5
commit 1b0df6f4c4

View File

@ -25,5 +25,5 @@ set grid
#FileLog 4:contact:0:$fld[3]=~"closed"?1:0.6
#FileLog 4:battery:0:$fld[3]=~"ok"?0.4:0
plot "<IN>" using 1:2 axes x1y1 notitle ls l0 lw 1 with steps,\
"<IN>" using 1:2 axes x1y2 notitle ls l1 lw 1 with steps
plot "<IN>" using 1:2 axes x1y1 title 'Contact' ls l0 lw 1 with steps,\
"<IN>" using 1:2 axes x1y2 title 'Battery' ls l1 lw 1 with steps