MySensors binding and working garage door sensors!
This commit is contained in:
18
conf/services/http.cfg
Normal file
18
conf/services/http.cfg
Normal file
@@ -0,0 +1,18 @@
|
||||
# timeout in milliseconds for the http requests (optional, defaults to 5000)
|
||||
#timeout=
|
||||
|
||||
# the interval in milliseconds when to find new refresh candidates
|
||||
# (optional, defaults to 1000)
|
||||
#granularity=
|
||||
|
||||
# whether to substitute the current time or state value into the URL
|
||||
# (optional, defaults to true)
|
||||
#format=
|
||||
|
||||
# configuration of the first cache item
|
||||
#<id1>.url=
|
||||
#<id1>.updateInterval=
|
||||
|
||||
# configuration of the second cache item
|
||||
#<id2>.url=
|
||||
#<id2>.updateInterval=
|
||||
17
conf/services/networkupstools.cfg
Normal file
17
conf/services/networkupstools.cfg
Normal file
@@ -0,0 +1,17 @@
|
||||
# Refresh interval for state updates in milliseconds (optional)
|
||||
#refresh=60000
|
||||
|
||||
# UPS device name
|
||||
#ups1.device=ups
|
||||
|
||||
# UPS server hostname (optional)
|
||||
#ups1.host=localhost
|
||||
|
||||
# UPS server port (optional)
|
||||
#ups1.port=3493
|
||||
|
||||
# UPS server login (optional)
|
||||
#ups1.login=
|
||||
|
||||
# UPS server pass (optional)
|
||||
#ups1.pass=
|
||||
Reference in New Issue
Block a user