{ "manufacturer": "Secure Meters (UK) Ltd.", "manufacturerId": "0x0059", "label": "SES 303", "description": "Temperature and Humidity Sensor", "devices": [ { "productType": "0x000d", "productId": "0x0003" } ], "firmwareVersion": { "min": "0.0", "max": "255.255" }, "paramInformation": [ { "#": "1", "label": "Temperature Reporting Threshold", "valueSize": 1, "unit": "0.1 °C", "minValue": 0, "maxValue": 255, "defaultValue": 0, "unsigned": true }, { "#": "2", "label": "Temperature Reporting Interval", "valueSize": 1, "unit": "minutes", "minValue": 0, "maxValue": 255, "defaultValue": 5, "unsigned": true }, { "#": "3", "label": "Humidity Reporting Threshold", "valueSize": 1, "unit": "0.1 %rH", "minValue": 0, "maxValue": 255, "defaultValue": 5, "unsigned": true }, { "#": "4", "label": "Humidity Reporting Interval", "valueSize": 1, "unit": "minutes", "minValue": 0, "maxValue": 255, "defaultValue": 5, "unsigned": true } ], "endpoints": { // The device has up to 4 endpoints, each supporting parameter 1 and 2 "1": { "paramInformation": [ { "#": "1", "$import": "#paramInformation/1" }, { "#": "2", "$import": "#paramInformation/2" } ] }, "2": { "$import": "#endpoints/1" }, "3": { "$import": "#endpoints/1" }, "4": { "$import": "#endpoints/1" } } }