.. csv-table:: :header: "Config value", "Information" :widths: 20, 30 " | ``[#buttongroup]`` "," | Get the currently active buttongroup. " " | ``[#hasgroup,]`` "," | Returns ``1`` if ```` exists, or ``0`` if it doesn't exist. " " | ``[#enabled,]`` "," | Returns ``1`` if an object with that ``name`` or ``number`` is enabled, and ``0`` if not. " " | ``[#state,]`` "," | Returns the state for an object, by ``name`` or ``number``, ``1`` if ``On`` and ``0`` if ``Off``, or the current value for a Slide control (0..100 or in the range set for the slide control). " " | ``[#pagemode]`` "," | Returns the Left/Right/Up/Down menu mode, ``0`` = normal, ``1`` = reversed. " " | ``[#swipedir,]`` "," | Returns the name for the provided directionId. | 0 = ``None`` | 1 = ``Up`` | 2 = ``Up-Right`` | 3 = ``Right`` | 4 = ``Right-Down`` | 5 = ``Down`` | 6 = ``Down-Left`` | 7 = ``Left`` | 8 = ``Left-Up`` "