blob: 8c86bbe9725fbff4cb31c99494b3af637ec29919 [file] [log] [blame]
#pragma once
#include "eeprom-device/eeprom_device_version.hpp"
class PT5161LDeviceVersion : public DeviceVersion
{
public:
using DeviceVersion::DeviceVersion;
bool isDeviceReady() final;
std::string getVersion() final;
std::optional<HostPowerInf::HostState> getHostStateToQueryVersion() final;
};