Skip to content

Instantly share code, notes, and snippets.

@boska
Created June 14, 2015 07:57
Show Gist options
  • Select an option

  • Save boska/c6a5aa22df1ba364e745 to your computer and use it in GitHub Desktop.

Select an option

Save boska/c6a5aa22df1ba364e745 to your computer and use it in GitHub Desktop.
posistions : [
{ position_id : 2,
position_name : a,
modules: [
{
module_id: 123
devices:[
{
device_id: 1
power: 0
},
{
device_id: 2
power: 0
},
{
device_id: 3
power: 0
}
]
}
]
},
{ position_id : 3,
position_name : b,
modules: [
{
module_id: 33
devices:[
{
device_id: 1
power: 0
},
{
device_id: 2
power: 0
},
{
device_id: 3
power: 0
}
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment