Skip to content

Commit ad05fe9

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

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-21T04:34:33.881Z",
2+
"collected_at": "2026-03-21T05:21:02.055Z",
33
"source_api": "SeoulMetroFaciInfo",
44
"total_count": 866,
55
"operating_count": 857,

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-21T04:34:33.891Z",
2+
"collected_at": "2026-03-21T05:21:02.064Z",
33
"source_api": "SeoulMetroFaciInfo",
44
"total_count": 1874,
5-
"operating_count": 1831,
5+
"operating_count": 1833,
66
"fault_count": 0,
77
"facilities": [
88
{
@@ -2509,8 +2509,8 @@
25092509
"location_detail": "구로디지털 방면3-1",
25102510
"floor_from": "2F",
25112511
"floor_to": "3F",
2512-
"status": "MAINTENANCE",
2513-
"status_code": "03",
2512+
"status": "OPERATING",
2513+
"status_code": "01",
25142514
"last_normal_at": null
25152515
},
25162516
{
@@ -13057,8 +13057,8 @@
1305713057
"location_detail": "2번 출입구",
1305813058
"floor_from": "BM1",
1305913059
"floor_to": "1F",
13060-
"status": "MAINTENANCE",
13061-
"status_code": "03",
13060+
"status": "OPERATING",
13061+
"status_code": "01",
1306213062
"last_normal_at": null
1306313063
},
1306413064
{

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-21T04:34:34.068Z",
2+
"collected_at": "2026-03-21T05:21:02.292Z",
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-21T04:34:34.068Z",
2+
"updated_at": "2026-03-21T05:21:02.292Z",
33
"data_age_minutes": 0,
44
"is_stale": false,
55
"summary": {
@@ -10,7 +10,7 @@
1010
},
1111
"escalator": {
1212
"total": 1874,
13-
"operating": 1831,
13+
"operating": 1833,
1414
"fault": 0
1515
},
1616
"moving-walk": {
@@ -4734,8 +4734,8 @@
47344734
"location_detail": "구로디지털 방면3-1",
47354735
"floor_from": "2F",
47364736
"floor_to": "3F",
4737-
"status": "MAINTENANCE",
4738-
"status_code": "03"
4737+
"status": "OPERATING",
4738+
"status_code": "01"
47394739
},
47404740
{
47414741
"facility_id": "승강기)에스컬레이터-신대방 외선(7-1) 7호기",
@@ -17915,8 +17915,8 @@
1791517915
"location_detail": "2번 출입구",
1791617916
"floor_from": "BM1",
1791717917
"floor_to": "1F",
17918-
"status": "MAINTENANCE",
17919-
"status_code": "03"
17918+
"status": "OPERATING",
17919+
"status_code": "01"
1792017920
},
1792117921
{
1792217922
"facility_id": "승강기)에스컬레이터-응암 외부4",

0 commit comments

Comments
 (0)