Home
last modified time | relevance | path

Searched refs:cfmType (Results 1 – 1 of 1) sorted by relevance

/openbmc/dbus-sensors/src/
H A DExitAirTempSensor.cpp55 constexpr const char* cfmType = "CFMSensor"; variable
73 std::to_array<const char*>({exitAirType, cfmType})};
901 else if (intf == configInterfaceName(cfmType)) in createSensor()