doors/doorsrc

21 lines
452 B
Plaintext
Raw Normal View History

# Name of this Raspberry Pi unit
# default = `hostname`
2015-04-09 09:33:27 -04:00
#CONTROLLER="deadbeef01"
# Server to send requests to
SERVER = "https://your.server.com/access/" + CONTROLLER
# Set path to RFID reader
# default = "/dev/ttyUSB0"
#RFID_PATH = "/dev/ttyUSB0"
# Set Raspberry Pi GPIO pin numbers
YELLOW_LED = 7
GREEN_LED = 11
RED_LED = 13
DOOR_STRIKE = 15
2023-02-04 16:29:33 -05:00
ZOHO_CLIENT_ID = "Ask George"
ZOHO_CLIENT_SECRET = "Ask George"
ZOHO_REFRESH_TOKEN = "Ask George"