diff --git a/html/pages/device/apps/ats-watts.inc.php b/html/pages/device/apps/ats-watts.inc.php new file mode 100644 index 0000000..d02b10f --- /dev/null +++ b/html/pages/device/apps/ats-watts.inc.php @@ -0,0 +1,27 @@ + 'ATS Watts', +); + +foreach ($graphs as $key => $text) { + $graph_type = $key; + $graph_array['height'] = '100'; + $graph_array['width'] = '215'; + $graph_array['to'] = $config['time']['now']; + $graph_array['id'] = $app['app_id']; + $graph_array['type'] = 'application_'.$key; + + echo '
+
+

'.$text.'

+
+
+
'; + include 'includes/print-graphrow.inc.php'; + echo '
'; + echo '
'; + echo '
'; +}