Subversion Repositories ALCASAR

Rev

Rev 2770 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2770 Rev 2976
Line 55... Line 55...
55
        }
55
        }
56
    }
56
    }
57
 
57
 
58
    public function build()
58
    public function build()
59
    {
59
    {
-
 
60
        if ((PSI_OS == 'Linux') && !defined('PSI_EMU_HOSTNAME')) {
60
        $this->_temperature();
61
            $this->_temperature();
61
        $this->_voltage();
62
            $this->_voltage();
62
        $this->_current();
63
            $this->_current();
-
 
64
        }
63
    }
65
    }
64
}
66
}