From c1242afd077f07fab229b1f55b3bee8a01a6251c Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 16 Jan 2018 21:30:23 +0100 Subject: [PATCH] fix another typo --- src/Export.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Export.ts b/src/Export.ts index 582b085..2465f37 100644 --- a/src/Export.ts +++ b/src/Export.ts @@ -98,7 +98,7 @@ function ContactHomekitExport(id: string, label: string, status: string) : Homek "statusContactSensorState": status }, "payload": { - "conContactDetected": "CLOSED" + "onContactDetected": "CLOSED" } }