other sensing mechanism, schematic still needs to be adjusted, works so far

This commit is contained in:
Wolfgang Hottgenroth
2018-01-30 13:26:26 +01:00
parent 154ca8e91e
commit 1147656d47
6 changed files with 73 additions and 40 deletions

View File

@ -18,7 +18,8 @@ configItems = [
{"label":"DebugMode", "key":"debugMode", "type":"I", "default":0},
{"label":"MQTT DebugTopic", "key":"mqttDebugTopic", "type":"C", "length":64, "default":"IoT/TouchSwitch/Debug"},
{"label":"Period", "key":"period", "type":"I", "default":500},
{"label":"Threshold", "key":"threshold", "type":"I", "default":350}
{"label":"CalibrationTimeout", "key":"calibrationTimeout", "type":"I", "default":20000},
{"label":"Threshold", "key":"threshold", "type":"I", "default":10}
]