Skip to content

Commit b24706e

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

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-19T22:07:54.789Z",
2+
"collected_at": "2026-03-19T23:09:54.551Z",
33
"source_api": "SeoulMetroFaciInfo",
44
"total_count": 866,
5-
"operating_count": 853,
5+
"operating_count": 852,
66
"fault_count": 0,
77
"facilities": [
88
{
@@ -7393,8 +7393,8 @@
73937393
"location_detail": "대합실(경사형)",
73947394
"floor_from": "B3",
73957395
"floor_to": "B4",
7396-
"status": "OPERATING",
7397-
"status_code": "01",
7396+
"status": "MAINTENANCE",
7397+
"status_code": "03",
73987398
"last_normal_at": null
73997399
},
74007400
{

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-19T22:07:54.798Z",
2+
"collected_at": "2026-03-19T23:09:54.559Z",
33
"source_api": "SeoulMetroFaciInfo",
44
"total_count": 1874,
5-
"operating_count": 1743,
5+
"operating_count": 1744,
66
"fault_count": 0,
77
"facilities": [
88
{
@@ -133,8 +133,8 @@
133133
"location_detail": "14번 출입구",
134134
"floor_from": "1F",
135135
"floor_to": "B1",
136-
"status": "MAINTENANCE",
137-
"status_code": "03",
136+
"status": "OPERATING",
137+
"status_code": "01",
138138
"last_normal_at": null
139139
},
140140
{

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-19T22:07:54.998Z",
2+
"collected_at": "2026-03-19T23:09:54.725Z",
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-19T22:07:54.998Z",
2+
"updated_at": "2026-03-19T23:09:54.725Z",
33
"data_age_minutes": 0,
44
"is_stale": false,
55
"summary": {
66
"elevator": {
77
"total": 866,
8-
"operating": 853,
8+
"operating": 852,
99
"fault": 0
1010
},
1111
"escalator": {
1212
"total": 1874,
13-
"operating": 1743,
13+
"operating": 1744,
1414
"fault": 0
1515
},
1616
"moving-walk": {
@@ -422,8 +422,8 @@
422422
"location_detail": "14번 출입구",
423423
"floor_from": "1F",
424424
"floor_to": "B1",
425-
"status": "MAINTENANCE",
426-
"status_code": "03"
425+
"status": "OPERATING",
426+
"status_code": "01"
427427
},
428428
{
429429
"facility_id": "승강기)에스컬레이터-종로3가(1) 14번출구 4호기",
@@ -19479,8 +19479,8 @@
1947919479
"location_detail": "대합실(경사형)",
1948019480
"floor_from": "B3",
1948119481
"floor_to": "B4",
19482-
"status": "OPERATING",
19483-
"status_code": "01"
19482+
"status": "MAINTENANCE",
19483+
"status_code": "03"
1948419484
},
1948519485
{
1948619486
"facility_id": "승강기)엘리베이터-버티고개 내부2",

0 commit comments

Comments
 (0)