github.com/arduino/arduino-cloud-cli@v0.0.0-20240517070944-e7a449561083/internal/template/testdata/dashboard-two-widgets.yaml (about)

     1  id: dashboard-two-widgets
     2  name: dashboard-two-widgets
     3  widgets:
     4    - type: Slider
     5      name: blink_speed
     6      width: 8
     7      height: 7
     8      x: 7
     9      y: 5
    10      variables:
    11        - thing_id: remote-controlled-lights
    12          variable_id: blink_speed
    13      options:
    14        min: 0
    15        max: 5000                
    16    - type: Switch
    17      name: relay_2
    18      width: 5
    19      height: 5
    20      x: 5
    21      y: 0
    22      variables:
    23        - thing_id: remote-controlled-lights
    24          variable_id: relay_2
    25      options:
    26        showLabels: true