tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

config.json (619B)


      1 { 
      2   "name" : "Philips hue",
      3   "mac" : "00:17:88:09:00:00",
      4   "dhcp" : true,
      5   "ipaddress" : "10.255.255.44",
      6   "netmask" : "255.255.255.0",
      7   "gateway" : "10.255.255.1",
      8   "proxyaddress" : "",
      9   "proxyport" : 0,
     10   "UTC" : "2012-11-02T18:34:35",
     11   "whitelist" : { 
     12     "0123456789abdcef0123456789abcdef" : { 
     13       "last use date" : "2012-11-02T18:34:35",
     14       "create date" : "2012-11-01T21:04:48",
     15       "name" : "iPhone 5"
     16     }
     17   },
     18   "swversion" : "01003542",
     19   "swupdate" : { 
     20     "updatestate" : 0,
     21     "url" : "",
     22     "text" : "",
     23     "notify" : false
     24   },
     25   "linkbutton" : false,
     26   "portalservices" : false
     27 }