Skip to content

Instantly share code, notes, and snippets.

@dpjanes
Created September 29, 2015 19:45
Show Gist options
  • Save dpjanes/c159e83f6ac2dfc232b8 to your computer and use it in GitHub Desktop.
Save dpjanes/c159e83f6ac2dfc232b8 to your computer and use it in GitHub Desktop.
Netflix & Chill #3 - in JavaScript
things = require('iotdb').connect()
things
.with_facet(":media.tv")
.with_zone("Living Room")
.set(":on", true)
.set(":band", ":band.service.netflix")
things
.with_facet(":lighting")
.with_zone("Living Room")
.set(":on", false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment