JSON message about the configuration capability of the device environment
{ "SurrondParaCap":{ "temperDetectEnable":"true,false", /*optional, boolean, whether to enable temperature detection*/ "tempLowRange":{ /*optional, float, minimum temperature threshold, unit: degree Celsius*/ "@min":0.1, "@max":0.2 }, "tempHighRange":{ /*optional, float, maximum temperature threshold, unit: degree Celsius*/ "@min":0.1, "@max":0.2 }, "devTemperature":{ /*optional, float, device temperature, unit: degree Celsius*/ "@min":0.1, "@max":0.2 } } }