github.com/martinohmann/rfoutlet@v1.2.1-0.20220707195255-8a66aa411105/internal/config/testdata/partial.yaml (about)

     1  ---
     2  gpio:
     3    receivePin: 42
     4  outletGroups:
     5    - id: foo
     6      outlets:
     7        - id: baz
     8          displayName: Baz
     9          codeOn: 789
    10          codeOff: 012
    11          protocol: 2
    12          pulseLength: 189
    13    - id: bar
    14      displayName: Bar
    15      outlets:
    16        - id: qux
    17          displayName: Qux
    18          codeOn: 345
    19          codeOff: 678
    20          protocol: 3
    21          pulseLength: 305