Skip to content

Commit

Permalink
Changed naming of post-processed lightning data
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Jun 6, 2024
1 parent 9e98b14 commit 2761f6d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/uplink_formatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
// -
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 2761f6d

Please sign in to comment.