Skip to content

Commit 6fefc38

Browse files
chore: collect realtime data (#359)
Co-authored-by: brody-0125 <67903919+brody-0125@users.noreply.github.com>
1 parent 793e78d commit 6fefc38

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

data/realtime/elevator.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-20T15:18:34.645Z",
2+
"collected_at": "2026-03-20T20:09:35.138Z",
33
"source_api": "SeoulMetroFaciInfo",
44
"total_count": 866,
55
"operating_count": 847,

data/realtime/escalator.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"collected_at": "2026-03-20T15:18:34.655Z",
2+
"collected_at": "2026-03-20T20:09:35.148Z",
33
"source_api": "SeoulMetroFaciInfo",
44
"total_count": 1874,
5-
"operating_count": 1708,
5+
"operating_count": 1706,
66
"fault_count": 0,
77
"facilities": [
88
{
@@ -10345,8 +10345,8 @@
1034510345
"location_detail": "5번 출입구",
1034610346
"floor_from": "1F",
1034710347
"floor_to": "BM1",
10348-
"status": "OPERATING",
10349-
"status_code": "01",
10348+
"status": "MAINTENANCE",
10349+
"status_code": "03",
1035010350
"last_normal_at": null
1035110351
},
1035210352
{
@@ -16741,8 +16741,8 @@
1674116741
"location_detail": "마들 방면1-1, 중계 방면8-4",
1674216742
"floor_from": "B3",
1674316743
"floor_to": "B1",
16744-
"status": "OPERATING",
16745-
"status_code": "01",
16744+
"status": "MAINTENANCE",
16745+
"status_code": "03",
1674616746
"last_normal_at": null
1674716747
},
1674816748
{

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-20T15:18:34.836Z",
2+
"collected_at": "2026-03-20T20:09:35.352Z",
33
"source_api": "SeoulMetroFaciInfo",
44
"total_count": 55,
55
"operating_count": 54,

web/public/data/latest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updated_at": "2026-03-20T15:18:34.836Z",
2+
"updated_at": "2026-03-20T20:09:35.352Z",
33
"data_age_minutes": 0,
44
"is_stale": false,
55
"summary": {
@@ -10,7 +10,7 @@
1010
},
1111
"escalator": {
1212
"total": 1874,
13-
"operating": 1708,
13+
"operating": 1706,
1414
"fault": 0
1515
},
1616
"moving-walk": {
@@ -10421,8 +10421,8 @@
1042110421
"location_detail": "마들 방면1-1, 중계 방면8-4",
1042210422
"floor_from": "B3",
1042310423
"floor_to": "B1",
10424-
"status": "OPERATING",
10425-
"status_code": "01"
10424+
"status": "MAINTENANCE",
10425+
"status_code": "03"
1042610426
},
1042710427
{
1042810428
"facility_id": "승강기)에스컬레이터-노원(7) 내부 2호기",
@@ -14819,8 +14819,8 @@
1481914819
"location_detail": "5번 출입구",
1482014820
"floor_from": "1F",
1482114821
"floor_to": "BM1",
14822-
"status": "OPERATING",
14823-
"status_code": "01"
14822+
"status": "MAINTENANCE",
14823+
"status_code": "03"
1482414824
},
1482514825
{
1482614826
"facility_id": "승강기)에스컬레이터-답십리 외부4",

0 commit comments

Comments
 (0)