webcontrol/zml.js
changeset 1 8ad95a9cc477
child 2 1425d4030bea
equal deleted inserted replaced
0:6eaf5d8d6ab4 1:8ad95a9cc477
       
     1 'use strict';
       
     2 
       
     3 var servers = [
       
     4     {
       
     5         name: 'bird',
       
     6         url: 'w:/192.168.0.10',
       
     7         websserver: null
       
     8     },
       
     9     //{
       
    10     //    name: "fox",
       
    11     //    url: "ws://192.168.0.11",
       
    12     //  ,  websserver: null
       
    13     //},
       
    14     
       
    15 ];
       
    16 
       
    17 var buttons = [
       
    18     {
       
    19         id: "bt_black",
       
    20         command: "black"
       
    21     }
       
    22 ];
       
    23 
       
    24 function init() {
       
    25     
       
    26 }
       
    27 
       
    28 
       
    29 document.addEventListener("DOMContentLoaded", function(e) {
       
    30     //console.log("DOM loaded");
       
    31 });
       
    32