#
# BlueMon sample config file
#

# Bluetooth ID of the device to monitor. 
# Multiple devices may be separated by spaces.
# EG: BLUETOOTHID='aa:bb:cc:dd:ee:ff 00:00:00:00:00:00:00'
BLUETOOTHID='aa:bb:cc:dd:ee:ff'

# Signal threshold (out of 255)
THRESHOLD=200

# Interval in ms to check the signal
INTERVAL=100

# Uncomment to enable link-quality checking
QUALITY=-q

# Uncomment to log to stdout not to syslog
# STDOUT=-s

# Uncomment to prevent running in daemon mode
# NOFORK=-n
                     
# Uncomment to enable verbose output
# VERBOSE=-v

# Uncomment to enable anti-disconnect hack
# DISCONNECTHACK=-d
