webcontrol/zml.js
changeset 1 8ad95a9cc477
child 2 1425d4030bea
--- /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");
+});
+