Replace "Standby" and "Idle" with common states in fronius (#141812)

This commit is contained in:
Norbert Rittel 2025-03-30 13:43:33 +02:00 committed by GitHub
parent 11d68cef54
commit efad20cdff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -182,10 +182,10 @@
"state": { "state": {
"startup": "Startup", "startup": "Startup",
"running": "Running", "running": "Running",
"standby": "Standby", "standby": "[%key:common::state::standby%]",
"bootloading": "Bootloading", "bootloading": "Bootloading",
"error": "Error", "error": "Error",
"idle": "Idle", "idle": "[%key:common::state::idle%]",
"ready": "Ready", "ready": "Ready",
"sleeping": "Sleeping" "sleeping": "Sleeping"
} }