emcfanctloutputs.c | 491 bool drive_fail = false; local in function:output_emcfan_fan_status 528 drive_fail = (res[0] & drive_mask); 548 drive_fail = (res[3] & (1 << the_fan)); 557 mj_append_field(&obj, "drive_fail", "integer", (int64_t)drive_fail); 573 printf("Drive failed: %s\n",drive_fail ? "Yes" : "No");
|