Home
last modified time | relevance | path

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

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