Taxonomy
Moves

Moves

Moves — acts on the physical world. The system drives motors, valves, signals, or other actuators and changes something around you. Examples: steering a robot, changing a traffic-signal phase, opening a gate, adjusting a building's ventilation, releasing a parking barrier.

  • Description

Playground

Try the element with your own values, contexts, and color modes.

Context
Style

Raw JSON

Live API response from GET /schemas/dtpr@2026-09-01-beta/elements/moves.

element "moves"44 lines
{
  "id": "moves",
  "category_id": "action",
  "title": [
    {
      "locale": "en",
      "value": "Moves"
    }
  ],
  "description": [
    {
      "locale": "en",
      "value": "Moves — acts on the physical world. The system drives motors, valves, signals, or other actuators and changes something around you. Examples: steering a robot, changing a traffic-signal phase, opening a gate, adjusting a building's ventilation, releasing a parking barrier."
    }
  ],
  "authoring_guidance": [],
  "examples": [],
  "sources": [],
  "symbol_id": "mode_physical",
  "variables": [
    {
      "id": "additional_description",
      "label": [
        {
          "locale": "en",
          "value": "Description"
        }
      ],
      "required": false,
      "kind": "localized_text"
    }
  ],
  "shape": "hexagon",
  "icon_variants": [
    "default",
    "dark",
    "human_decides",
    "human_decides.dark",
    "human_oversees",
    "human_oversees.dark",
    "autonomous",
    "autonomous.dark"
  ]
}