For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create Variable

To create a new variable in the nomos system Controller, fill in the following fields:

  1. ID: Unique identifier used to reference the variable in automations and texts. You can assign your own ID (uppercase letters, digits, - and _) or leave the field empty โ€“ the ID is then generated automatically when you save. An ID that has already been saved can no longer be changed.

  2. Name: A descriptive display name for the variable.

  3. Category: Optional grouping to organize variables by topic (e.g. "Prices").

  4. Editable: Determines whether the variable's value may be changed by users (e.g. in the nomos app).

  5. Data type: Determines what kind of value the variable holds. The value input adapts automatically to the selected type:

    • Text (String): Any text.

    • Whole number (Integer): A number without decimals.

    • Decimal (Float): A number with decimals.

    • Currency: A monetary amount โ€“ the currency symbol defined in the system settings (e.g. โ‚ฌ) is shown next to the value.

    • On/Off (Boolean): A truth value โ€“ on or off.

    • Date: A calendar date.

    • Time: A time of day.

  6. Value: The current value of the variable. The input field depends on the selected data type.

Click Add to create the variable. For an existing variable, save changes with Save or remove it with Delete. To cancel the process, click Cancel.

Last updated