initial checkin of FanContol2
[vuplus_dvbapp-plugin] / fancontrol2 / src / webif / FC2web.py
diff --git a/fancontrol2/src/webif/FC2web.py b/fancontrol2/src/webif/FC2web.py
new file mode 100644 (file)
index 0000000..f474b5c
--- /dev/null
@@ -0,0 +1,6 @@
+from Plugins.Extensions.WebInterface.WebChilds.Toplevel import addExternalChild
+from Plugins.Extensions.FanControl.FC2webSite import FC2web, FC2webLog, FC2webChart
+root = FC2web()
+root.putChild("log", FC2webLog())
+root.putChild("chart", FC2webChart())
+addExternalChild( ("fancontrol", root) )
\ No newline at end of file