summaryrefslogtreecommitdiffstats
path: root/src/main.conf
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-12-16 15:30:34 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2008-12-16 15:30:34 +0200
commitbf64c9b32825beba09cd0e96fc93ce9a4cf4f352 (patch)
tree079acc89476aea0b8a6f84ca7ef51832dd57f08a /src/main.conf
parent567d6494208ceae0d2101df36e7c285ad998242d (diff)
Implement InitiallyPowered config option
Diffstat (limited to 'src/main.conf')
-rw-r--r--src/main.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.conf b/src/main.conf
index 0ddd9498..2479df39 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -29,3 +29,7 @@ PageTimeout = 8192
# Discover scheduler interval used in Adapter.DiscoverDevices
# 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
+InitiallyPowered = true