设备网络SDK开发使用手册 |
<TempHumi version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
<id min="" max=""> <!-- opt ,xs:integer ,设备通道号--> </id> <currentTime> <!-- req, xs:time, ISO8601 time --> </currentTime> <temperature min="-273.00" max="1000.00"> <!--opt, xs:float,设备环境温度,精确到小数点后两位,(-273 – 1000摄氏度)--> </temperature> <humidity min="0" max="100.00"> <!--opt, xs:float,设备环境湿度,精确到小数点后两位。单位为:%--> </humidity> </TempHumi> |