abbterra: abbterra-registers.json)

This commit is contained in:
Patrick Schurig 2026-06-01 09:39:24 +02:00
parent 95177a417a
commit 653418ce30

View File

@ -38,9 +38,9 @@
} }
], ],
"registers": [ "registers": [
{ "id": "chargingCurrentLimitCommand", "address": 16640, "size": 2, "type": "uint32", "unit": "mA", "readSchedule": "write", "registerType": "holdingRegister", "description": "Set charging current limit", "defaultValue": "6000", "access": "WO" }, { "id": "chargingCurrentLimitCommand", "address": 16640, "size": 2, "type": "uint32", "unit": "mA", "readSchedule": "init", "registerType": "holdingRegister", "description": "Set charging current limit", "defaultValue": "6000", "access": "WO" },
{ "id": "socketLockCommand", "address": 16642, "size": 1, "type": "uint16", "readSchedule": "write", "registerType": "holdingRegister", "description": "Socket lock control", "defaultValue": "0", "access": "WO" }, { "id": "socketLockCommand", "address": 16642, "size": 1, "type": "uint16", "readSchedule": "init", "registerType": "holdingRegister", "description": "Socket lock control", "defaultValue": "0", "access": "WO" },
{ "id": "startStopChargingSession", "address": 16645, "size": 1, "type": "uint16", "readSchedule": "write", "registerType": "holdingRegister", "description": "Start or stop charging session", "defaultValue": "0", "access": "WO" }, { "id": "startStopChargingSession", "address": 16645, "size": 1, "type": "uint16", "readSchedule": "init", "registerType": "holdingRegister", "description": "Start or stop charging session", "defaultValue": "0", "access": "WO" },
{ "id": "communicationTimeoutCommand", "address": 16646, "size": 1, "type": "uint16", "unit": "s", "readSchedule": "write", "registerType": "holdingRegister", "description": "Set communication timeout", "defaultValue": "60", "access": "WO" } { "id": "communicationTimeoutCommand", "address": 16646, "size": 1, "type": "uint16", "unit": "s", "readSchedule": "init", "registerType": "holdingRegister", "description": "Set communication timeout", "defaultValue": "60", "access": "WO" }
] ]
} }