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,
"size": 1,
"type": "uint16",
"readSchedule": "init",
"registerType": "holdingRegister",
"description": "Standby function control",
"defaultValue": 0,
"access": "RW"
"access": "WO"
}
]
}