From 470355ebc9cb8fdb3741cfc8b83834e90dbd124d Mon Sep 17 00:00:00 2001 From: seo Date: Mon, 15 Jun 2026 15:08:22 +0900 Subject: [PATCH] Update carrier calibration from latest reading --- monitor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.php b/monitor.php index 773b771..8bac6fa 100644 --- a/monitor.php +++ b/monitor.php @@ -27,7 +27,7 @@ const RECEIVE_GAP_LIMIT_SEC = 60; // SKT T world "잔여기본통화 정보" 기준 현재월 누적값. // carrier_total_bytes / meter_adjusted_bytes 로 보정 배율을 역산해 로컬 송수신 계측값에 적용한다. const DATA_CURRENT_BILLING_USAGE_BYTES = [ - '2026-06' => ['total_bytes' => 68463616, 'meter_adjusted_bytes' => 34452982, 'included_bytes' => 104857600, 'coupon_registered_at' => null], + '2026-06' => ['total_bytes' => 69159936, 'meter_adjusted_bytes' => 34801709, 'included_bytes' => 104857600, 'coupon_registered_at' => null], ]; function car_db(): PDO