(server name: "kmill" host: "kmill.mit.edu" port: 2222 desc: "Kyle\'s computer" devices: ((device name: "22-lights" desc: "The lights in 22" messages: ((message name: "cycle" desc: "Cycle the lights" arguments: ()) (message name: "set" desc: "Set the color of the lights" arguments: ((argument name: "color" type: color))) (message name: "stop" desc: "Stops the lights" arguments: ()))) (device name: "stairwell" desc: "The stairwell lights" messages: ((message name: "cycle" desc: "Cycle the lights" arguments: ()) (message name: "set-floor2" desc: "Set the color of the second landing" arguments: ((argument name: "color" type: color))) (message name: "set-floor3" desc: "Set the color of the third landing" arguments: ((argument name: "color" type: color))) (message name: "set-floor4" desc: "Set the color of the fourth landing" arguments: ((argument name: "color" type: color))) (message name: "set" desc: "Set the color of the stairwell" arguments: ((argument name: "color" type: color))) (message name: "stop" desc: "Stop the lights" arguments: ()))) (device name: "computer" desc: "Kyle\'s computer" messages: ((message name: "say" desc: "Says a phrase" arguments: ((argument name: "text" type: string)))))))
