Skip to content

Commit 4bf5bf4

Browse files
chore: collect realtime data (#377)
Co-authored-by: brody-0125 <67903919+brody-0125@users.noreply.github.com>
1 parent aa9ea3b commit 4bf5bf4

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

data/realtime/elevator.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"collected_at": "2026-03-21T10:07:35.056Z",
2+
"collected_at": "2026-03-21T11:07:12.234Z",
33
"source_api": "SeoulMetroFaciInfo",
44
"total_count": 866,
5-
"operating_count": 855,
5+
"operating_count": 856,
66
"fault_count": 0,
77
"facilities": [
88
{
@@ -7753,8 +7753,8 @@
77537753
"location_detail": "1,5번 출입구 사이",
77547754
"floor_from": "B2",
77557755
"floor_to": "1F",
7756-
"status": "MAINTENANCE",
7757-
"status_code": "03",
7756+
"status": "OPERATING",
7757+
"status_code": "01",
77587758
"last_normal_at": null
77597759
},
77607760
{

data/realtime/escalator.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"collected_at": "2026-03-21T10:07:35.066Z",
2+
"collected_at": "2026-03-21T11:07:12.243Z",
33
"source_api": "SeoulMetroFaciInfo",
44
"total_count": 1874,
5-
"operating_count": 1824,
5+
"operating_count": 1823,
66
"fault_count": 0,
77
"facilities": [
88
{
@@ -5581,8 +5581,8 @@
55815581
"location_detail": "3,4번 출입구 사이",
55825582
"floor_from": "1F",
55835583
"floor_to": "B1",
5584-
"status": "OPERATING",
5585-
"status_code": "01",
5584+
"status": "MAINTENANCE",
5585+
"status_code": "03",
55865586
"last_normal_at": null
55875587
},
55885588
{

data/realtime/wheelchair-lift.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"collected_at": "2026-03-21T10:07:35.290Z",
2+
"collected_at": "2026-03-21T11:07:12.451Z",
33
"source_api": "SeoulMetroFaciInfo",
44
"total_count": 55,
55
"operating_count": 54,

web/public/data/latest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"updated_at": "2026-03-21T10:07:35.290Z",
2+
"updated_at": "2026-03-21T11:07:12.451Z",
33
"data_age_minutes": 0,
44
"is_stale": false,
55
"summary": {
66
"elevator": {
77
"total": 866,
8-
"operating": 855,
8+
"operating": 856,
99
"fault": 0
1010
},
1111
"escalator": {
1212
"total": 1874,
13-
"operating": 1824,
13+
"operating": 1823,
1414
"fault": 0
1515
},
1616
"moving-walk": {
@@ -9749,8 +9749,8 @@
97499749
"location_detail": "3,4번 출입구 사이",
97509750
"floor_from": "1F",
97519751
"floor_to": "B1",
9752-
"status": "OPERATING",
9753-
"status_code": "01"
9752+
"status": "MAINTENANCE",
9753+
"status_code": "03"
97549754
},
97559755
{
97569756
"facility_id": "승강기)에스컬레이터-경찰병원 대합실 18호기",
@@ -20059,8 +20059,8 @@
2005920059
"location_detail": "1,5번 출입구 사이",
2006020060
"floor_from": "B2",
2006120061
"floor_to": "1F",
20062-
"status": "MAINTENANCE",
20063-
"status_code": "03"
20062+
"status": "OPERATING",
20063+
"status_code": "01"
2006420064
}
2006520065
],
2006620066
"escalator": [

0 commit comments

Comments
 (0)