Skip to content

Instantly share code, notes, and snippets.

@mokele
Created April 17, 2013 20:46
Show Gist options
  • Save mokele/5407623 to your computer and use it in GitHub Desktop.
Save mokele/5407623 to your computer and use it in GitHub Desktop.
(function() {
Gyle.kit({
points: [{
id: -1,
neighbours: [-7],
hasHose: true,
hose: {}
}, {
id: -2,
name: "Mash Tun",
neighbours: [3],
hasKettle: true,
kettle: {
temperatureSensor: 0,
powerController: 1
}
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment