This function returns a bunch of methods for controlling a device.

lc = new LonoClient //...
device = lc.get_device("device id")

// now, you can do something like this:
// device.set_zone(0, true, function(err, body) {
//   console.log("Turned on zone one!", err, body);
// });