diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2013-04-18 17:34:27 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2013-04-18 17:34:27 +0200 |
commit | 87f4134201f0a0840415aab531e32ca714bc7a36 (patch) | |
tree | cf148ecc810f92ca2e4c177498a56130806ed4e4 /datastore-leveldb/wwwroot/public/control.html | |
parent | 7c8e064216cc672557cbf3892ff090490505e408 (diff) | |
download | ebus-alt-87f4134201f0a0840415aab531e32ca714bc7a36.tar.gz ebus-alt-87f4134201f0a0840415aab531e32ca714bc7a36.zip |
leveldb geht so
Diffstat (limited to 'datastore-leveldb/wwwroot/public/control.html')
-rw-r--r-- | datastore-leveldb/wwwroot/public/control.html | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/datastore-leveldb/wwwroot/public/control.html b/datastore-leveldb/wwwroot/public/control.html deleted file mode 100644 index db9e7b8..0000000 --- a/datastore-leveldb/wwwroot/public/control.html +++ /dev/null @@ -1,52 +0,0 @@ -<html> -<head> - <title>Control Panel</title> - <script src="lib/d3-v2.6.1/d3.js" type="text/javascript"></script> - <script src="lib/d3-v2.6.1/d3.time.js" type="text/javascript"></script> - <script src="src/d3.plot.js" type="text/javascript"></script> - <script src="src/d3.control.js" type="text/javascript"></script> - <style> - path { - stroke: steelblue; - stroke-width: 2; - fill: none; - } - line { - stroke: black; - } - div.popup { - position: absolute; - border: 2px solid gray; - background-color: #fefefe; - } - div.popup .plot { - margin: 5px; - } - </style> -</head> -<body> - <div id="image"></div> - <script type="text/javascript"> - var mapping = { - /* id : { options } */ - "heizkesselWert":{ - type:"text", - sensor:"heizkreisregler10.betriebsdatenRegler1.kesselTemperatur", - range:7*60*60*24*1000 /*7 days*/}, - "tempkollektorWert":{ - type:"text", - sensor:"heizkreisregler9.solarDaten.tempKollektor", - range:7*60*60*24*1000}, - "temperatur_oel":{ - type:"text", - sensor:"feuerungsautomat1.betriebsdatenRegler1.boilerTemperatur", - range:7*60*60*24*1000}, - "temperatur_holz":{ - type:"text", - sensor:"feuerungsautomat1.betriebsdatenRegler1.boilerTemperatur", - range:7*60*60*24*1000}, - }; - var control = d3.control(d3.select("#image"), "draw.svg", mapping); -</script> -</body> -</html> |