Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp909 std::optional<nlohmann::json::object_t> jnumericThresholds = in fillTrigger() local
912 if (!jnumericThresholds) in fillTrigger()
920 json["NumericThresholds"] = *jnumericThresholds; in fillTrigger()