-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
76 lines (72 loc) · 1.56 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"groups": [
{
"id": 1,
"name": "ПІ-191",
"underground": 1
},
{
"id": 2,
"name": "ПІ-192",
"underground": 2
},
{
"id": 3,
"name": "КІ-191",
"underground": 3
},
{
"id": 4,
"name": "КІ-192",
"underground": 4
},
{
"id": 5,
"name": "КІ-193",
"underground": 1
}
],
"alarmstate":
{
"status": false
},
"undergrounds": [
{
"id": 1,
"description": "Assembly Hall",
"corps": 1
},
{
"id": 2,
"description": "Basement of defense of the motherland",
"corps": 1
},
{
"id": 3,
"description": "Library",
"corps": 1
},
{
"id": 4,
"description": "Gym",
"corps": 2
}
],
"messages": [
{
"id": 1,
"description": "The emergency is over!",
"actions": "Get back to your life!"
},
{
"id": 2,
"description": "Air alarm!",
"actions": "Keep calm and move toward your stash in an organized manner!"
},
{
"id": 3,
"description": "Fire!",
"actions": "Keep calm and move in an organized manner towards the nearest exit from the building!"
}
]
}