Skip to content

Commit c820c4e

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

4 files changed

Lines changed: 10 additions & 10 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-20T06:22:02.097Z",
2+
"collected_at": "2026-03-20T07:22:37.061Z",
33
"source_api": "SeoulMetroFaciInfo",
44
"total_count": 866,
5-
"operating_count": 831,
5+
"operating_count": 830,
66
"fault_count": 0,
77
"facilities": [
88
{
@@ -7237,8 +7237,8 @@
72377237
"location_detail": "효창공원앞 방면1-1,녹사평 방면8-4",
72387238
"floor_from": "B3",
72397239
"floor_to": "B4",
7240-
"status": "OPERATING",
7241-
"status_code": "01",
7240+
"status": "MAINTENANCE",
7241+
"status_code": "03",
72427242
"last_normal_at": null
72437243
},
72447244
{

data/realtime/escalator.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-20T06:22:02.105Z",
2+
"collected_at": "2026-03-20T07:22:37.070Z",
33
"source_api": "SeoulMetroFaciInfo",
44
"total_count": 1874,
55
"operating_count": 1744,

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-20T06:22:02.314Z",
2+
"collected_at": "2026-03-20T07:22:37.261Z",
33
"source_api": "SeoulMetroFaciInfo",
44
"total_count": 55,
55
"operating_count": 52,

web/public/data/latest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"updated_at": "2026-03-20T06:22:02.314Z",
2+
"updated_at": "2026-03-20T07:22:37.261Z",
33
"data_age_minutes": 0,
44
"is_stale": false,
55
"summary": {
66
"elevator": {
77
"total": 866,
8-
"operating": 831,
8+
"operating": 830,
99
"fault": 0
1010
},
1111
"escalator": {
@@ -11698,8 +11698,8 @@
1169811698
"location_detail": "효창공원앞 방면1-1,녹사평 방면8-4",
1169911699
"floor_from": "B3",
1170011700
"floor_to": "B4",
11701-
"status": "OPERATING",
11702-
"status_code": "01"
11701+
"status": "MAINTENANCE",
11702+
"status_code": "03"
1170311703
},
1170411704
{
1170511705
"facility_id": "승강기)엘리베이터-삼각지(6) 내부2",

0 commit comments

Comments
 (0)