Get last sync time for a specific device.
DateTime? getDeviceLastSync(String deviceId) { return devices?[deviceId]; }