Skip to content

Commit 1c62138

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

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-19T04:42:18.304Z",
2+
"collected_at": "2026-03-19T05:31:43.464Z",
33
"source_api": "SeoulMetroFaciInfo",
44
"total_count": 866,
5-
"operating_count": 854,
5+
"operating_count": 855,
66
"fault_count": 0,
77
"facilities": [
88
{
@@ -8437,8 +8437,8 @@
84378437
"location_detail": "먹골 방면4-4",
84388438
"floor_from": "B1",
84398439
"floor_to": "B3",
8440-
"status": "MAINTENANCE",
8441-
"status_code": "03",
8440+
"status": "OPERATING",
8441+
"status_code": "01",
84428442
"last_normal_at": null
84438443
},
84448444
{

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-19T04:42:18.313Z",
2+
"collected_at": "2026-03-19T05:31:43.472Z",
33
"source_api": "SeoulMetroFaciInfo",
44
"total_count": 1874,
55
"operating_count": 1822,

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-19T04:42:18.548Z",
2+
"collected_at": "2026-03-19T05:31:43.698Z",
33
"source_api": "SeoulMetroFaciInfo",
44
"total_count": 55,
55
"operating_count": 54,

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-19T04:42:18.548Z",
2+
"updated_at": "2026-03-19T05:31:43.698Z",
33
"data_age_minutes": 0,
44
"is_stale": false,
55
"summary": {
66
"elevator": {
77
"total": 866,
8-
"operating": 854,
8+
"operating": 855,
99
"fault": 0
1010
},
1111
"escalator": {
@@ -21702,8 +21702,8 @@
2170221702
"location_detail": "먹골 방면4-4",
2170321703
"floor_from": "B1",
2170421704
"floor_to": "B3",
21705-
"status": "MAINTENANCE",
21706-
"status_code": "03"
21705+
"status": "OPERATING",
21706+
"status_code": "01"
2170721707
},
2170821708
{
2170921709
"facility_id": "승강기)엘리베이터-중화 내부2",

0 commit comments

Comments
 (0)