From 2761f6d1cc42a621114839dc88fc8e3292c78f79 Mon Sep 17 00:00:00 2001 From: Matthias Prinke Date: Thu, 6 Jun 2024 08:03:39 +0200 Subject: [PATCH] Changed naming of post-processed lightning data --- scripts/uplink_formatter.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/uplink_formatter.js b/scripts/uplink_formatter.js index 7ab0910..9025a65 100644 --- a/scripts/uplink_formatter.js +++ b/scripts/uplink_formatter.js @@ -127,6 +127,7 @@ // Added command Added CMD_GET_SENSORS_STAT and sensor status decoder // 20240604 Added suppression of invalid value in unixtime decoder // 20240605 Fixed decoding of NaN values, fixed flags for compatibility mode +// 20240606 Changed naming of post-processed lightning data // // ToDo: // - @@ -569,9 +570,9 @@ function decoder(bytes, port) { 'ws_rain_daily_mm', 'ws_rain_weekly_mm', 'ws_rain_monthly_mm', 'th1_temp_c', 'th1_humidity', 'soil1_temp_c', 'soil1_moisture', - 'lgt_time', - 'lgt_events', - 'lgt_distance_km', + 'lgt_ev_time', + 'lgt_ev_events', + 'lgt_ev_dist_km', 'ow0_temp_c', 'a0_voltage_mv', 'ble0_temp_c',