Skip to content

Commit

Permalink
added UI Settings for sensor_requery_time (this will fix #24)
Browse files Browse the repository at this point in the history
  • Loading branch information
thkl committed Apr 28, 2020
1 parent da572e6 commit 29c1f28
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Changelog for 0.0.30:
=====================

* hap-homematic will install a config for the raspberrymatic monitoring service (if there is one)
* added variable based thermometers



Changelog for 0.0.29:
=====================

Expand Down
7 changes: 7 additions & 0 deletions lib/services/HomeMaticSPGarageDoorAccessory.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,13 @@ class HomeMaticSPGarageDoorAccessory extends HomeMaticAccessory {
label: 'Message close actor',
hint: 'The message to send to the close actor JSON (optional)',
mandatory: false
},
'sensor_requery_time': {
type: 'number',
default: 5,
label: 'Sensor requery time',
hint: 'Time the sensors will be queried again to fetch a new door state (optional)',
mandatory: false
}
}
}
Expand Down

0 comments on commit 29c1f28

Please sign in to comment.