Interface TemperaturesType

interface TemperaturesType {
    board: number;
    enviroment: number;
}

Properties

Properties

board: number
enviroment: number