abbterra: WO -> RW sur les 4 registres de commande (generateur 1.15 ne gere pas WO pur en 1er niveau)

This commit is contained in:
Patrick Schurig 2026-06-01 09:42:29 +02:00
parent 653418ce30
commit 8086e80f20

View File

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