Amperfied: Fix the standby register being Write-Only in old firmwares

pull/138/head
Michael Zanetti 2023-06-22 11:12:39 +02:00
parent 8e32831047
commit 9ee73a5c4d
1 changed files with 1 additions and 2 deletions

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"
}
]
}