From 84ba74b656aa93b25c41183d736a616baa63a72f Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Tue, 9 May 2017 17:29:34 +0200 Subject: [PATCH] Reformatted example configuration file --- hal.conf.example | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/hal.conf.example b/hal.conf.example index 76e4ee75..d372f82e 100755 --- a/hal.conf.example +++ b/hal.conf.example @@ -1,9 +1,17 @@ +### Core settings http_port=8080 sync_port=6666 -# Plugin configurations +### Plugin configurations +## Tellstick plugin #tellstick.com_port=COM5 +#tellstick.com_port=/dev/serial/by-id/usb-Telldus_TellStick_Duo_A6XNNE6Z-if00-port0 + +## NetUPS plugin #nutups.host= #nutups.port= + +## NetScan plugin # Network scanning should probably be disabled in some networks (default on) -#netscan.ipscan=false \ No newline at end of file +#netscan.ipscan=false +