File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 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+
19Changelog for 0.0.29:
210=====================
311
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments