lab11 / accessors

A collection of accessors for Lab11 and other supporting code.
0 stars 1 forks source link

Formulate how dependencies should work #2

Closed bradjc closed 9 years ago

bradjc commented 9 years ago

Both how they are included in the accessor and how the accessor code should call sub module functions.

bradjc commented 9 years ago
{
"dependencies": ["/onoffdevice/music/DenonAVR1913", ...]
}
bradjc commented 9 years ago
{
  "dependencies": [
    {
      "name": "Hue1",
      "path": "/onoffdevice/light/hue/huesingle",
      "parameters": {
        "url": "http://a.com",
        "username": "user1"
      }
    }
  ]
}