From cc2cde2ace474819f3b8710a73a4d864e1d05742 Mon Sep 17 00:00:00 2001 From: JacekKac <72306272+JacekKac@users.noreply.github.com> Date: Mon, 18 Apr 2022 13:50:22 +0200 Subject: [PATCH] typo in valve accessorie (#12616) --- bundles/org.openhab.io.homekit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.io.homekit/README.md b/bundles/org.openhab.io.homekit/README.md index 2957f583b..5b2354a12 100644 --- a/bundles/org.openhab.io.homekit/README.md +++ b/bundles/org.openhab.io.homekit/README.md @@ -399,7 +399,7 @@ Number valve_remaining_duration "Valve remaining duration" (gValve) - valve without timer (no item for remaining duration required) ```xtend -Group gValve "Valve Group" {homekit="Valve" [homekitValveType="Irrigation", homekitTimer="true]} +Group gValve "Valve Group" {homekit="Valve" [homekitValveType="Irrigation", homekitTimer="true"]} Switch valve_active "Valve active" (gValve) {homekit = "Valve.ActiveStatus, Valve.InUseStatus"} Number valve_duration "Valve duration" (gValve) {homekit = "Valve.Duration" [homekitDefaultDuration = 1800]} ```