Amperfied: Fix the standby register being Write-Only in old firmwares
parent
8e32831047
commit
9ee73a5c4d
|
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue