change kitchen heating

This commit is contained in:
Wolfgang Hottgenroth
2018-01-25 16:00:43 +01:00
parent 1113924c57
commit 32a57408d9
4 changed files with 13 additions and 13 deletions

2
dist/Export.js vendored
View File

@ -84,7 +84,7 @@ function ContactHomekitExport(id, label, status) {
"statusContactSensorState": status
},
"payload": {
"conContactDetected": "CLOSED"
"onContactDetected": "CLOSED"
}
};
return { 'id': id, 'object': o };