Merge PR #138: Amperfied: Fix the standby register being Write-Only in old firmwares

This commit is contained in:
jenkins 2023-07-26 15:35:05 +02:00
commit c0fdf5bd17

View File

@ -264,11 +264,10 @@
"address": 258, "address": 258,
"size": 1, "size": 1,
"type": "uint16", "type": "uint16",
"readSchedule": "init",
"registerType": "holdingRegister", "registerType": "holdingRegister",
"description": "Standby function control", "description": "Standby function control",
"defaultValue": 0, "defaultValue": 0,
"access": "RW" "access": "WO"
} }
] ]
} }