Subversion Repositories HomeAutomation

Rev

Rev 2279 | Rev 2284 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 2279 Rev 2283
Line 50... Line 50...
50
                {
50
                {
51
                    values += ":"+data[RRD_Tool_StoredData[name]["rrdNames"][label]["data"]]["value"];
51
                    values += ":"+data[RRD_Tool_StoredData[name]["rrdNames"][label]["data"]]["value"];
52
                }
52
                }
53
                else
53
                else
54
                {
54
                {
55
                    values += ":"+data[RRD_Tool_StoredData[name]["rrdNames"][label]["data"]]["value"][RRD_Tool_StoredData[name]["rrdNames"][label]["value"]]     
55
                    values += ":"+data[RRD_Tool_StoredData[name]["rrdNames"][label]["data"]]["value"][RRD_Tool_StoredData[name]["rrdNames"][label]["value"]];    
56
                }  
56
                }  
57
            }
57
            }
58
            cmd += names + " "+RRD_Tool_StoredData[name]["rrd"]["file"]+" "+values;
58
            cmd += names + " "+RRD_Tool_StoredData[name]["rrd"]["file"]+" "+values;
59
            //Log("Command: "+cmd);
59
            //Log("Command: "+cmd);
60
            Execute(cmd);
60
            Execute(cmd);