TwiceAsNice  2019-02-18
Functions | Variables
meteoRRD_graph Namespace Reference

Functions

def graphs (time)
 

Variables

string blue = "0080F0"
 
string orange = "F08000"
 
string red = "FA2000"
 
string white = "AAAAAA"
 
list preamble
 
int i = i+1
 

Function Documentation

◆ graphs()

def meteoRRD_graph.graphs (   time)

Variable Documentation

◆ blue

string meteoRRD_graph.blue = "0080F0"

◆ i

int meteoRRD_graph.i = i+1

◆ orange

string meteoRRD_graph.orange = "F08000"

◆ preamble

list meteoRRD_graph.preamble
Initial value:
1 = ["--width","600",
2  "--height","300",
3  "--color", "FONT#FF0000",
4  "--color", "SHADEA#00000000",
5  "--color", "SHADEB#00000000",
6  "--color", "BACK#00000000",
7  "--color", "CANVAS#00000000"]

◆ red

string meteoRRD_graph.red = "FA2000"

◆ white

string meteoRRD_graph.white = "AAAAAA"