@@ -65,19 +65,20 @@ They can be used at own risk of CocktailBerry not working 100% properly.
6565??? info "List Hardware Config Values"
6666 Hardware config values are used to configure and enable the connected hardware.
6767
68- | Value Name | Description |
69- | :--------------------- | :--------------------------------------------------------------------------------------- |
70- | `PUMP_CONFIG` | List with config for each pump: pin, volume flow, tube volume to pump up |
71- | `LED_PINS` | List of pins connected to LEDs for preparation |
72- | `LED_BRIGHTNESS` | Brightness for the WS281x LED (1-255) |
73- | `LED_COUNT` | Number of LEDs on the WS281x |
74- | `LED_NUMBER_RINGS` | Number of IDENTICAL daisy chained WS281x LED rings |
75- | `LED_DEFAULT_ON` | Always turn on to a white LED by default |
76- | `LED_IS_WS` | Is the led a controllable WS281x LED, [see also](troubleshooting.md#get-the-led-working) |
77- | `RFID_READER` | Enables connected RFID reader, [more info](troubleshooting.md#set-up-rfid-reader) |
78- | `MAKER_PINS_INVERTED` | [Inverts](faq.md#what-is-the-inverted-option) pin signal (on=low, off=high) |
79- | `MAKER_PUMP_REVERSION` | Enables reversion (direction) of pump |
80- | `MAKER_REVERSION_PIN` | [Pin](#configuring-the-pins-or-used-board) which triggers reversion |
68+ | Value Name | Description |
69+ | :---------------------- | :--------------------------------------------------------------------------------------- |
70+ | `PUMP_CONFIG` | List with config for each pump: pin, volume flow, tube volume to pump up |
71+ | `LED_PINS` | List of pins connected to LEDs for preparation |
72+ | `LED_BRIGHTNESS` | Brightness for the WS281x LED (1-255) |
73+ | `LED_COUNT` | Number of LEDs on the WS281x |
74+ | `LED_NUMBER_RINGS` | Number of IDENTICAL daisy chained WS281x LED rings |
75+ | `LED_DEFAULT_ON` | Always turn on to a white LED by default |
76+ | `LED_PREPARATION_STATE` | Set LED state/effect during preparation (e.g. color effects, on, off) |
77+ | `LED_IS_WS` | Is the led a controllable WS281x LED, [see also](troubleshooting.md#get-the-led-working) |
78+ | `RFID_READER` | Enables connected RFID reader, [more info](troubleshooting.md#set-up-rfid-reader) |
79+ | `MAKER_PINS_INVERTED` | [Inverts](faq.md#what-is-the-inverted-option) pin signal (on=low, off=high) |
80+ | `MAKER_PUMP_REVERSION` | Enables reversion (direction) of pump |
81+ | `MAKER_REVERSION_PIN` | [Pin](#configuring-the-pins-or-used-board) which triggers reversion |
8182
8283??? info "List Software Config Values"
8384 Software config values are used to configure additional connected software and its behavior.
0 commit comments