github.com/martinohmann/rfoutlet@v1.2.1-0.20220707195255-8a66aa411105/internal/config/testdata/full.yaml (about) 1 --- 2 listenAddress: 0.0.0.0:1234 3 stateFile: state.json 4 gpio: 5 receivePin: 27 6 transmitPin: 17 7 outletGroups: 8 - id: foo 9 displayName: Foo 10 outlets: 11 - id: bar 12 displayName: Bar 13 codeOn: 123 14 codeOff: 456 15 protocol: 1 16 pulseLength: 189 17 - id: baz 18 displayName: Baz 19 codeOn: 789 20 codeOff: 012 21 protocol: 2 22 pulseLength: 189 23 - id: bar 24 displayName: Bar 25 outlets: 26 - id: qux 27 displayName: Qux 28 codeOn: 345 29 codeOff: 678 30 protocol: 3 31 pulseLength: 305