Christian Franke wrote: > Paa Sss wrote: > >> The bit mask should be 0x0100. The function should be: >> >> if (!(state & 0x0100)) >> s2 = "HIGH"; >> else >> s2 = "MAX"; > Fixed in r4433, please test if possible. https://builds.smartmontools.org/r4433/ Thanks, Christian