Skip to content
Snippets Groups Projects
Commit 9d0bd5ad authored by Jan Cantaert's avatar Jan Cantaert
Browse files

CPUtemperature for several CPUs + add Cpu class + changed Temperature class...

CPUtemperature for several CPUs + add Cpu class + changed Temperature class (extends Cpu): DONE+TEST
parent 554420c6
Branches TEMPERusb
No related tags found
2 merge requests!8Fix TEMPer,!7WIP: Multi CPU + Temper usb (not working yet)
Pipeline #3545 failed
<?php
namespace App\Sensor;
/**
* Description of Cpu
*
* @author helha
*/
class Cpu
{
public $number = ""; //eg : 1,2,3,4,...
public $value= ""; //eg : 38.0
public $critvalue= ""; //eg : 76.0
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment