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": {
"startup": "Startup",
"running": "Running",
"standby": "Standby",
"standby": "[%key:common::state::standby%]",
"bootloading": "Bootloading",
"error": "Error",
"idle": "Idle",
"idle": "[%key:common::state::idle%]",
"ready": "Ready",
"sleeping": "Sleeping"
}