Skip to content

Commit

Permalink
Copy static files to Jetty webapp folder
Browse files Browse the repository at this point in the history
  • Loading branch information
samwan committed Oct 12, 2012
1 parent 6fff9b6 commit 5e267c4
Show file tree
Hide file tree
Showing 5 changed files with 409 additions and 0 deletions.
61 changes: 61 additions & 0 deletions src/main/webapp/static/floorplan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"imgurl":"urixsyuvcoo3snsa.jpeg",
"name":"MGM Studios Data Center",
"notes":"Taken from http://archinect.com/people/project/39696910/mgm-studios-data-center/39796798",
"sensors":[
{
"id":"1",
"imgurl":"sensoricon.fw.png",
"name":"sensor1",
"parameter":"wifisensortype",
"x":null,
"y":null,
"notes":""
},
{
"id":"2",
"imgurl":"sensoricon.fw.png",
"name":"sensor2",
"parameter":"wifisensortype",
"x":null,
"y":null,
"notes":""
},
{
"id":"3",
"imgurl":"sensoricon.fw.png",
"name":"sensor3",
"parameter":"wifisensortype",
"x":null,
"y":null,
"notes":""
},
{
"id":"4",
"imgurl":"sensoricon.fw.png",
"name":"sensor4",
"parameter":"wifisensortype",
"x":null,
"y":null,
"notes":""
},
{
"id":"5",
"imgurl":"sensoricon.fw.png",
"name":"sensor5",
"parameter":"wifisensortype",
"x":null,
"y":null,
"notes":""
},
{
"id":"6",
"imgurl":"sensoricon.fw.png",
"name":"sensor6",
"parameter":"wifisensortype",
"x":null,
"y":null,
"notes":""
}
]
}
Loading

0 comments on commit 5e267c4

Please sign in to comment.