Skip to content

Category

A menu node that opens a submenu instead of running something. It has items (more buttons or categories) instead of a function.

A category holding one button

A System category
- name: System
  type: category
  items:
    - name: Uptime
      type: button
      function: command
      command: "uptime"

Buttons and categories together form a tree. See Menu.

Configuration

For category fields (type, items, columns, and more), see Configuration → Menu.

  • Button — runs a function when tapped
  • Menu — nesting, layout, and pagination