7 lines
115 B
C
7 lines
115 B
C
struct Temperature {
|
|
float cur;
|
|
float target;
|
|
float offset;
|
|
int unit;
|
|
};
|