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
- 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)
- 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)
- 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)