--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/webcontrol/zml.js Thu May 18 13:38:45 2017 +0200
@@ -0,0 +1,32 @@
+'use strict';
+
+var servers = [
+ {
+ name: 'bird',
+ url: 'w:/192.168.0.10',
+ websserver: null
+ },
+ //{
+ // name: "fox",
+ // url: "ws://192.168.0.11",
+ // , websserver: null
+ //},
+
+];
+
+var buttons = [
+ {
+ id: "bt_black",
+ command: "black"
+ }
+];
+
+function init() {
+
+}
+
+
+document.addEventListener("DOMContentLoaded", function(e) {
+ //console.log("DOM loaded");
+});
+