Subversion Repositories ALCASAR

Rev

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

Rev 2976 Rev 3037
Line 69... Line 69...
69
    /**
69
    /**
70
     * get the information
70
     * get the information
71
     *
71
     *
72
     * @see PSI_Interface_Sensor::build()
72
     * @see PSI_Interface_Sensor::build()
73
     *
73
     *
74
     * @return Void
74
     * @return void
75
     */
75
     */
76
    public function build()
76
    public function build()
77
    {
77
    {
78
        if ((PSI_OS == 'Linux') && !defined('PSI_EMU_HOSTNAME')) {
78
        if ((PSI_OS == 'Linux') && !defined('PSI_EMU_HOSTNAME')) {
79
            $this->_temperature();
79
            $this->_temperature();