From 0dbebcc5f0f201a53133bed184c70566166633db Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 16 Dec 2008 17:13:25 +0200 Subject: Clarify InitialyPowered config option comment --- src/main.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.conf b/src/main.conf index 2479df39..b3b6a383 100644 --- a/src/main.conf +++ b/src/main.conf @@ -30,6 +30,6 @@ PageTimeout = 8192 # The value is in seconds. Defaults is 0 to use controller scheduler DiscoverSchedulerInterval = 0 -# Whether adapters should assume Powered=off when SetProperty(Powered, ...) -# hasn't been called yet. Defaults to true +# What value should be assumed for the adapter Powered property when +# SetProperty(Powered, ...) hasn't been called yet. Defaults to true InitiallyPowered = true -- cgit