表盘 APIhmSensor 传感器模块SensorBODY_TEMP版本:v3.xBODY_TEMP创建传感器const thermometer = hmSensor.createSensor(hmSensor.id.BODY_TEMP)thermometer 实例thermometer: object属性说明类型current当前温度numbertimeinterval距出值已过时间number代码示例console.log( 'the current temp: ' + thermometer.current + ' interval:' + thermometer.timeinterval + '\r\n')