Skip to content

Commit

Permalink
added space data template
Browse files Browse the repository at this point in the history
  • Loading branch information
TMineCola committed Jun 6, 2018
1 parent 8816191 commit aea60c1
Showing 1 changed file with 20 additions and 22 deletions.
42 changes: 20 additions & 22 deletions dataTemplate/space.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
{
"spaceID": "",
"space": "",
"spaceRule": [
{
"type": "static",
"method": "",
"period": [
{
"from": "",
"to": ""
"space": {
"department": {
"spaceID": {
"state": "",
"equipment": {
"webcam": "",
"doorLock": {
"power": "",
"state": ""
},
"glassDetect": {
"power": "",
"state": ""
},
"genTwo": {
"power": "",
"state": ""
}
}
]
},
{
"type": "schedule",
"method": "",
"period": [
{
"from": "",
"to": ""
}
]
}
}
]
}
}

0 comments on commit aea60c1

Please sign in to comment.