From 2497fb8c4a6970dedf234d0b083707eb11ce5772 Mon Sep 17 00:00:00 2001 From: Michael Svinth Date: Sun, 20 Jan 2019 08:51:42 +0100 Subject: [PATCH 1/3] Document on_in and off_id --- source/_components/light.ihc.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_components/light.ihc.markdown b/source/_components/light.ihc.markdown index c977b9a1c5bb..3babe982e41c 100644 --- a/source/_components/light.ihc.markdown +++ b/source/_components/light.ihc.markdown @@ -57,6 +57,14 @@ light: description: The IHC resource id. required: true type: integer + on_id: + description: Optional IHC resource id that will be pulsed to turn ON this light. + required: false + type: integer + off_id: + description: Optional IHC resource id that will be pulsed to turn OFF this light. + required: false + type: integer name: description: The name of the component required: false From 9421db109d4072fb988e19f046386ec270b29ba5 Mon Sep 17 00:00:00 2001 From: Michael Svinth Date: Sun, 20 Jan 2019 09:05:30 +0100 Subject: [PATCH 2/3] Space fix --- source/_components/light.ihc.markdown | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/_components/light.ihc.markdown b/source/_components/light.ihc.markdown index 3babe982e41c..3b4ae606129f 100644 --- a/source/_components/light.ihc.markdown +++ b/source/_components/light.ihc.markdown @@ -58,13 +58,13 @@ light: required: true type: integer on_id: - description: Optional IHC resource id that will be pulsed to turn ON this light. - required: false - type: integer - off_id: - description: Optional IHC resource id that will be pulsed to turn OFF this light. - required: false - type: integer + description: Optional IHC resource id that will be pulsed to turn ON this light. + required: false + type: integer + off_id: + description: Optional IHC resource id that will be pulsed to turn OFF this light. + required: false + type: integer name: description: The name of the component required: false From bd6a42ebbf32b957b78135045ea07fa85deb43c9 Mon Sep 17 00:00:00 2001 From: Michael Svinth Date: Tue, 26 Feb 2019 21:14:42 +0100 Subject: [PATCH 3/3] Also add on_id and off_id to switch --- source/_components/switch.ihc.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_components/switch.ihc.markdown b/source/_components/switch.ihc.markdown index 0830439c8e15..d50d6f8a7557 100644 --- a/source/_components/switch.ihc.markdown +++ b/source/_components/switch.ihc.markdown @@ -48,6 +48,14 @@ switch: description: The IHC resource id. required: true type: integer + on_id: + description: Optional IHC resource id that will be pulsed to turn ON this switch. + required: false + type: integer + off_id: + description: Optional IHC resource id that will be pulsed to turn OFF this switch. + required: false + type: integer name: description: The name of the component required: false