alexatts – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
2 office 1 ###########################################################################
2 ## Copyright (C) Wizardry and Steamworks 2018 - License: GNU GPLv3 ##
3 ## Please see: http://www.gnu.org/licenses/gpl.html for legal details, ##
4 ## rights of fair usage, the disclaimer and warranty conditions. ##
5 ###########################################################################
6  
7 log: "alexatts.log"
8  
9 mqtt:
10 url: "mqtt://server.tld"
11 # The topic to subscribe to.
12 topic: "alexatts/#"
13  
14 language: 'en-US'
15  
16 # The audio card to use in Alsa format (aplay should work)
17 card: 'sysdefault:CARD=audioinjectorpi'
18  
19 # The GPIO configuration maps the remote control buttons to GPIO pins as
20 # they are cabled between the device that the software runs on and the
21 # Alexa remote.
22 # ptt - push to talk, this is the top most button
23 GPIO:
24 ptt: 16
25  
26 # This is the name of the Alexa device - the keyword you use to talk to
27 # the Alexa device.
28 alexa: 'Alexa'