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

Set colors

This action will set the colors for Idle, Charging and Done.

About this action

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 action will set the colors for Idle, Charging and Done.
API endpoint slug
goeCharger.set_colors
Filter code method
GoeCharger.setColors.skip(string?: reason)
Runtime method
runAction("goeCharger.set_colors", {})

Action fields

Idle color Text input > Other

Label
IdleColor
Helper text
Enter "null" if this should not be changed.
Slug
idle_color
Required
false
Can have default value
true
Filter code method
GoeCharger.setColors.setIdleColor(string: idleColor)

Charging color Text input > Other

Label
ChargingColor
Helper text
Enter "null" if this should not be changed.
Slug
charging_color
Required
false
Can have default value
true
Filter code method
GoeCharger.setColors.setChargingColor(string: chargingColor)

Finished color Text input > Other

Label
FinishedColor
Helper text
Enter "null" if this should not be changed.
Slug
finished_color
Required
false
Can have default value
true
Filter code method
GoeCharger.setColors.setFinishedColor(string: finishedColor)