Name Date Size #Lines LOC

..14-Jun-2024-

READMEH A D07-Mar-2021401 1410

control.hppH A D07-Mar-2021874 3018

dbus_mode.cppH A D23-Jul-20223.1 KiB10969

dbus_mode.hppH A D07-Mar-20211.1 KiB4120

main_ipmi.cppH A D07-Mar-20211.5 KiB5630

manual_messages.hppH A D07-Mar-2021427 3225

manualcmds.cppH A D11-May-20234.3 KiB159101

manualcmds.hppH A D10-Nov-20221.1 KiB4430

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