Fix typo in keba and replace key references with UI-friendly descriptions (#137527)

This commit is contained in:
Norbert Rittel 2025-02-06 09:52:13 +01:00 committed by GitHub
parent e93451a195
commit 836ad8543b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
"services": { "services": {
"request_data": { "request_data": {
"name": "Request data", "name": "Request data",
"description": "Requesta new data from the charging station." "description": "Requests new data from the charging station."
}, },
"authorize": { "authorize": {
"name": "Authorize", "name": "Authorize",
@ -46,7 +46,7 @@
"fields": { "fields": {
"failsafe_timeout": { "failsafe_timeout": {
"name": "Failsafe timeout", "name": "Failsafe timeout",
"description": "Timeout after which the failsafe mode is triggered, if set_current was not executed during this time." "description": "Timeout after which the failsafe mode is triggered if the 'Set current' action was not run during this time."
}, },
"failsafe_fallback": { "failsafe_fallback": {
"name": "Failsafe fallback", "name": "Failsafe fallback",
@ -54,7 +54,7 @@
}, },
"failsafe_persist": { "failsafe_persist": {
"name": "Failsafe persist", "name": "Failsafe persist",
"description": "If failsafe_persist is 0, the failsafe option is only until charging station reboot. If failsafe_persist is 1, the failsafe option will survive a reboot." "description": "If set to 0, the failsafe option will be disabled after a charging station reboot. If set to 1, the failsafe option will survive a reboot."
} }
} }
} }