1*391b8b0fSPatrick VentureThis holds the source for the library we install to handle the manual control 2*391b8b0fSPatrick VentureOEM IPMI command. 3*391b8b0fSPatrick Venture 4*391b8b0fSPatrick VentureThe command is a simple series of bytes: 5*391b8b0fSPatrick Venture[0] = Subcommand, Get(0) or Set(1), Get(2) for fail-safe mode. 6*391b8b0fSPatrick Venture[1] = ZoneId 7*391b8b0fSPatrick Venture[2] = Value if Set 8*391b8b0fSPatrick Venture 9*391b8b0fSPatrick VentureIf Value == 1, then ManualMode is True and enabled, otherwise it's in normal 10*391b8b0fSPatrick Venturemode. 11*391b8b0fSPatrick Venture 12*391b8b0fSPatrick VentureIf Value == 1 (and Subcommand == 2), Failsafe mode is enabled, otherwise it's 13*391b8b0fSPatrick Venturenot. 14