This query returns the colors for Idle, Charging and Done.
Developer info
- API endpoint slug
- goeCharger.get_colors
- Runtime method
- performQuery("goeCharger.get_colors")
Query fields
No fields for this query
Ingredients
Charging colorThe color when charging.
- Slug
- charging_color
- Filter code
- GoeCharger.getColors.ChargingColor
- Type
- String
- Example
- #2A2A2A
Idle colorThe color when not charging but plugged in.
- Slug
- idle_color
- Filter code
- GoeCharger.getColors.IdleColor
- Type
- String
- Example
- #0000FF
Finished colorThe color when charging has finished.
- Slug
- finished_color
- Filter code
- GoeCharger.getColors.FinishedColor
- Type
- String
- Example
- #00FF00