Skip to content

Commit 22540ca

Browse files
committed
feat(sma_sunny_boy): add colors
1 parent e564ccf commit 22540ca

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

β€Žsolar_inverters/sma_sunny_boy_v3/manifest.ymlβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,11 @@ telemetry:
8080
enum:
8181
"off":
8282
display_name: "Off"
83+
color: purple-lighter
8384
description: Inverter is switched off
8485
standby:
8586
display_name: Standby
87+
color: blue
8688
description: |
8789
Inverter is in standby mode waiting for startup conditions.
8890
Examples:
@@ -91,15 +93,19 @@ telemetry:
9193
- External control signal forcing standby
9294
starting:
9395
display_name: Starting
96+
color: pink-light
9497
description: Inverter is going through startup procedure
9598
operating:
9699
display_name: Operating
100+
color: cyan
97101
description: Inverter is actively producing power
98102
shutting_down:
99103
display_name: Shutting Down
104+
color: pink-light
100105
description: Inverter is going through shutdown procedure
101106
fault:
102107
display_name: Fault
108+
color: red
103109
description: Inverter has detected a fault and is not operating
104110
health:
105111
display_name: Health Status

0 commit comments

Comments
Β (0)