96 lines
1.8 KiB
JSON
96 lines
1.8 KiB
JSON
{
|
|
"manufacturer": "Building 36 Technologies",
|
|
"manufacturerId": "0x0190",
|
|
"label": "ADC-S2000-T-RA",
|
|
"description": "Temperature Sensor",
|
|
"devices": [
|
|
{
|
|
"productType": "0x0003",
|
|
"productId": "0x0001"
|
|
}
|
|
],
|
|
"firmwareVersion": {
|
|
"min": "0.0",
|
|
"max": "255.255"
|
|
},
|
|
"paramInformation": [
|
|
{
|
|
"#": "1",
|
|
"label": "Wake Up Period",
|
|
"description": "Seconds to stay awake following button press",
|
|
"valueSize": 2,
|
|
"unit": "seconds",
|
|
"minValue": 10,
|
|
"maxValue": 32767,
|
|
"defaultValue": 32768
|
|
},
|
|
{
|
|
"#": "2",
|
|
"label": "Low Battery Level",
|
|
"valueSize": 2,
|
|
"minValue": 1000,
|
|
"maxValue": 2500,
|
|
"defaultValue": 2500
|
|
},
|
|
{
|
|
"#": "3",
|
|
"label": "Temperature Reporting Threshold",
|
|
"description": "Tenths of a degree Fahrenheit. A value of 10 would be 1.0F.",
|
|
"valueSize": 2,
|
|
"minValue": 0,
|
|
"maxValue": 100,
|
|
"defaultValue": 100
|
|
},
|
|
{
|
|
"#": "4",
|
|
"label": "Configuration Bitmask",
|
|
"valueSize": 2,
|
|
"defaultValue": 2,
|
|
"allowManualEntry": false,
|
|
"options": [
|
|
{
|
|
"label": "Will not send temperature reports",
|
|
"value": 0
|
|
},
|
|
{
|
|
"label": "Send reports when the temperature changes",
|
|
"value": 2
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "5",
|
|
"label": "Battery Reporting Interval",
|
|
"valueSize": 2,
|
|
"minValue": 0,
|
|
"maxValue": 255,
|
|
"defaultValue": 255
|
|
},
|
|
{
|
|
"#": "7",
|
|
"label": "Temperature Reporting Interval",
|
|
"valueSize": 2,
|
|
"minValue": 0,
|
|
"maxValue": 255,
|
|
"defaultValue": 0
|
|
},
|
|
{
|
|
"#": "8",
|
|
"label": "Temperature Calibration Offset",
|
|
"valueSize": 2,
|
|
"minValue": -100,
|
|
"maxValue": 100,
|
|
"defaultValue": 0
|
|
},
|
|
{
|
|
"#": "9",
|
|
"label": "Mandatory Temperature Reporting Interval",
|
|
"valueSize": 2,
|
|
"unit": "seconds",
|
|
"minValue": 60,
|
|
"maxValue": 64800,
|
|
"defaultValue": 64800,
|
|
"unsigned": true
|
|
}
|
|
]
|
|
}
|