#pragma once #include #include #include namespace phosphor { namespace fan { /** * @brief Fan enclosure properties * @details Contains the inventory path, description and list of sensors */ using Properties = std::tuple>; } // namespace fan } // namespace phosphor