* * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation, either version 3 of the License, or (at your * option) any later version. Please see LICENSE.txt at the top level of * the source code distribution for details. */ // FUA ?>

Health settings

$sensor['sensor_id'], 'sensor_limit' => $sensor['sensor_limit'], 'sensor_limit_low' => $sensor['sensor_limit_low'], 'sensor_alert' => $sensor['sensor_alert'], ); if ($sensor['sensor_alert'] == 1) { $alert_status = 'checked'; } else { $alert_status = ''; } if ($sensor['sensor_custom'] == 'No') { $custom = 'disabled'; } else { $custom = ''; } echo ' '; } ?>
Class Type Desc Current High Low Alerts
'.$sensor['sensor_class'].' '.$sensor['sensor_type'].' '.$sensor['sensor_descr'].' '.$sensor['sensor_current'].'
Clear custom
'; } ?>