Searched hist:"9 db6dd1d451e28892c84d0870dad57bd5bace8fe" (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-fan-presence/control/json/ |
H A D | zone.hpp | diff 9db6dd1d451e28892c84d0870dad57bd5bace8fe Fri Oct 29 16:10:08 CDT 2021 Matt Spinler <spinler@us.ibm.com> control: Store zone data in the dump
Store the Zone class's attributes in the debug dump.
"zones": { "0": { "active": true, "decrease_allowed": {}, "decrease_delta": 0, "decrease_interval": 30, "default_ceiling": 11200, "default_floor": 8000, "floor": 8000, "floor_change": {}, "holds": {}, "increase_delay": 5, "increase_delta": 0, "persisted_props": {}, "power_on_target": 11200, "requested_target_base": 0, "target": 11200 } }
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I9e84f95f892b1cb549b0c988e0f79e8bb5d659c2
|
H A D | zone.cpp | diff 9db6dd1d451e28892c84d0870dad57bd5bace8fe Fri Oct 29 16:10:08 CDT 2021 Matt Spinler <spinler@us.ibm.com> control: Store zone data in the dump
Store the Zone class's attributes in the debug dump.
"zones": { "0": { "active": true, "decrease_allowed": {}, "decrease_delta": 0, "decrease_interval": 30, "default_ceiling": 11200, "default_floor": 8000, "floor": 8000, "floor_change": {}, "holds": {}, "increase_delay": 5, "increase_delta": 0, "persisted_props": {}, "power_on_target": 11200, "requested_target_base": 0, "target": 11200 } }
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I9e84f95f892b1cb549b0c988e0f79e8bb5d659c2
|
H A D | manager.cpp | diff 9db6dd1d451e28892c84d0870dad57bd5bace8fe Fri Oct 29 16:10:08 CDT 2021 Matt Spinler <spinler@us.ibm.com> control: Store zone data in the dump
Store the Zone class's attributes in the debug dump.
"zones": { "0": { "active": true, "decrease_allowed": {}, "decrease_delta": 0, "decrease_interval": 30, "default_ceiling": 11200, "default_floor": 8000, "floor": 8000, "floor_change": {}, "holds": {}, "increase_delay": 5, "increase_delta": 0, "persisted_props": {}, "power_on_target": 11200, "requested_target_base": 0, "target": 11200 } }
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I9e84f95f892b1cb549b0c988e0f79e8bb5d659c2
|