Amperfied: Fix the standby register being Write-Only in old firmwares
This commit is contained in:
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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user