You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.db.query("SELECT device, MAX(timestamp) AS timestamp FROM `temperature_readings` WHERE timestamp <= NOW( ) AND device IN ( SELECT id FROM device_info WHERE type = \"Z1\") GROUP BY device ORDER BY timestamp DESC;")
374
+
self.db.query("SELECT device, name, timestamp FROM latest_node_readings;")
0 commit comments