Check if a specific device has synced.
bool hasDeviceSynced(String deviceId) { return devices?.containsKey(deviceId) ?? false; }