This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2022-12-31 12:33:21 +01:00

32 lines
820 B
JSON

{
"className": "SenseAirS8",
"protocol": "RTU",
"errorLimitUntilNotReachable": 20,
"endianness": "BigEndian",
"checkReachableRegister": "spaceCo2",
"registers": [
{
"id": "meterStatus",
"address": 0,
"size": 1,
"type": "uint16",
"readSchedule": "init",
"registerType": "inputRegister",
"description": "Meter status",
"defaultValue": 0,
"access": "RO"
},
{
"id": "spaceCo2",
"address": 3,
"size": 1,
"type": "uint16",
"readSchedule": "update",
"registerType": "inputRegister",
"description": "Space CO2",
"defaultValue": 0,
"access": "RO"
}
]
}