Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 22-Oct-2024 | - | ||||
README | H A D | 07-Mar-2021 | 401 | 14 | 10 | |
control.hpp | H A D | 07-Mar-2021 | 874 | 30 | 18 | |
dbus_mode.cpp | H A D | 23-Jul-2022 | 3.1 KiB | 109 | 69 | |
dbus_mode.hpp | H A D | 07-Mar-2021 | 1.1 KiB | 41 | 20 | |
main_ipmi.cpp | H A D | 04-Sep-2024 | 1.5 KiB | 56 | 30 | |
manual_messages.hpp | H A D | 07-Mar-2021 | 427 | 32 | 25 | |
manualcmds.cpp | H A D | 04-Sep-2024 | 3.9 KiB | 156 | 98 | |
manualcmds.hpp | H A D | 10-Nov-2022 | 1.1 KiB | 44 | 30 |
README
1This holds the source for the library we install to handle the manual control 2OEM IPMI command. 3 4The command is a simple series of bytes: 5[0] = Subcommand, Get(0) or Set(1), Get(2) for fail-safe mode. 6[1] = ZoneId 7[2] = Value if Set 8 9If Value == 1, then ManualMode is True and enabled, otherwise it's in normal 10mode. 11 12If Value == 1 (and Subcommand == 2), Failsafe mode is enabled, otherwise it's 13not. 14