71 lines
1.2 KiB
JSON
71 lines
1.2 KiB
JSON
{
|
|
"manufacturer": "Secure Meters (UK) Ltd.",
|
|
"manufacturerId": "0x0059",
|
|
"label": "SES 302",
|
|
"description": "Temperature Sensor",
|
|
"devices": [
|
|
{
|
|
"productType": "0x000d",
|
|
"productId": "0x0002"
|
|
}
|
|
],
|
|
"firmwareVersion": {
|
|
"min": "0.0",
|
|
"max": "255.255"
|
|
},
|
|
"endpoints": {
|
|
"0": {
|
|
"associations": {
|
|
"1": {
|
|
"label": "Lifeline",
|
|
"maxNodes": 2,
|
|
"isLifeline": true
|
|
}
|
|
},
|
|
"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
|
|
}
|
|
]
|
|
},
|
|
// The device has up to 4 endpoints, each supporting parameter 1 and 2
|
|
"1": {
|
|
"paramInformation": [
|
|
{
|
|
"#": "1",
|
|
"$import": "#endpoints/0/paramInformation/1"
|
|
},
|
|
{
|
|
"#": "2",
|
|
"$import": "#endpoints/0/paramInformation/2"
|
|
}
|
|
]
|
|
},
|
|
"2": {
|
|
"$import": "#endpoints/1"
|
|
},
|
|
"3": {
|
|
"$import": "#endpoints/1"
|
|
},
|
|
"4": {
|
|
"$import": "#endpoints/1"
|
|
}
|
|
}
|
|
}
|