Better comments in sample config

This commit is contained in:
Ondrej Mikle 2018-04-22 22:22:56 +02:00
parent 4dc09f0e16
commit 8b60c85658

View file

@ -49,10 +49,10 @@ reconnect_delay = 300
# Still has one bug - python-irc won't retrieve properly topic # Still has one bug - python-irc won't retrieve properly topic
# enabled - True/False # enabled - True/False
# status_file - file that contains value of the button, may end with newline (you probably want something in /sys fs) # status_file - file that contains value of the button, may end with newline (you probably want something in /sys fs)
# open_value - which value in status_file respresents the switch being in "OPEN" position # open_value - which value in status_file represents the switch being in "OPEN" position, anything else is considered closed
# #
# Note: for use with Raspberry Pi, to read from GPIO in sysfs, you need to enable the PIN in input mode before starting # Note: for use with Raspberry Pi, to read from GPIO in sysfs, you need to enable the PIN in input mode before starting
# this daemon, e.g. with GPIO 11 as an example (note that there are 2 numbering PIN schemes): # brmdoor_nfc_daemon.py, e.g. with GPIO 11 as an example (note that there are 2 numbering PIN schemes):
# #!/bin/bash # #!/bin/bash
# export PIN=11 # export PIN=11
# #