Has anyone added a network device with a RESTful interface before? My thermostat has just that and I'm trying to write the integration drivers. It would be nice to just use Ruby commands like other devices. Thanks!
http://central.isaroach.com/wiki/index.php/Tstat_APIs
Take a look at the Panasonic IP Camera device template, it fashions HTTP requests and returns data from them.
-Thom
Thanks Thom! Just what I was looking for.