Explore Plans
Mobile menu Close menu
go-e Chargergo-e Charger

Set colors

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

Developer info

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)