webcontrol/zml.js
author Nicolas Martin <joliclic@gmail.com>
Thu, 18 May 2017 13:38:45 +0200
changeset 1 8ad95a9cc477
child 2 1425d4030bea
permissions -rw-r--r--
main files for the web control

'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");
});