Skip to content

Commit 29c1f28

Browse files
committed
added UI Settings for sensor_requery_time (this will fix #24)
1 parent da572e6 commit 29c1f28

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Changelog for 0.0.30:
2+
=====================
3+
4+
* hap-homematic will install a config for the raspberrymatic monitoring service (if there is one)
5+
* added variable based thermometers
6+
7+
8+
19
Changelog for 0.0.29:
210
=====================
311

lib/services/HomeMaticSPGarageDoorAccessory.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,13 @@ class HomeMaticSPGarageDoorAccessory extends HomeMaticAccessory {
338338
label: 'Message close actor',
339339
hint: 'The message to send to the close actor JSON (optional)',
340340
mandatory: false
341+
},
342+
'sensor_requery_time': {
343+
type: 'number',
344+
default: 5,
345+
label: 'Sensor requery time',
346+
hint: 'Time the sensors will be queried again to fetch a new door state (optional)',
347+
mandatory: false
341348
}
342349
}
343350
}

0 commit comments

Comments
 (0)