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