From: JacekKac <72306272+JacekKac@users.noreply.github.com> Date: Mon, 18 Apr 2022 11:50:22 +0000 (+0200) Subject: typo in valve accessorie (#12616) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=cc2cde2ace474819f3b8710a73a4d864e1d05742;p=openhab-addons.git typo in valve accessorie (#12616) --- diff --git a/bundles/org.openhab.io.homekit/README.md b/bundles/org.openhab.io.homekit/README.md index 2957f583b1..5b2354a127 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]} ```