messages appear again

This commit is contained in:
Will Bradley
2025-10-11 22:42:33 -07:00
parent 18d5114f6f
commit be243e3b50
2 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ const nodeQueries = {
hardware_model = COALESCE(excluded.hardware_model, hardware_model),
role = COALESCE(excluded.role, role),
firmware_version = COALESCE(excluded.firmware_version, firmware_version),
last_heard = COALESCE(excluded.last_heard, last_heard),
last_heard = COALESCE(excluded.last_heard, CURRENT_TIMESTAMP),
battery_level = COALESCE(excluded.battery_level, battery_level),
voltage = COALESCE(excluded.voltage, voltage),
channel_utilization = COALESCE(excluded.channel_utilization, channel_utilization),