Skip to content

Instantly share code, notes, and snippets.

@kevinswiber
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save kevinswiber/2288dc6a76d911a3de60 to your computer and use it in GitHub Desktop.

Select an option

Save kevinswiber/2288dc6a76d911a3de60 to your computer and use it in GitHub Desktop.
{
servers: [
{
name: 'detroit',
type: 'peer',
devices: [
{
type: 'microphone',
streams: [
{
name: 'amplitude',
href: 'ws://....',
current: 231,
pinned: false,
muted: false
}
]
},
{
type: 'robot-arm',
actions: [
{
name: 'move-elbow',
href: 'http://...',
fields: [
{
name: 'direction',
type: 'radio',
values: [
{ value: 'up' },
{ value: 'down' }
]
},
{
name: 'action',
type: 'hidden',
value: 'move-elbow'
}
],
pinned: true,
muted: false
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment