MySensors binding and working garage door sensors!

This commit is contained in:
2019-11-19 17:07:02 -06:00
parent 27f9586ade
commit 21ba4db58d
627 changed files with 54530 additions and 11 deletions

18
conf/services/http.cfg Normal file
View 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=

View 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=