AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
go-e Chargergo-e Charger

Get colors

This query returns the colors for Idle, Charging and Done.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This query returns the colors for Idle, Charging and Done.
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