From 055b3c3a02b1450b83ad19e6ff91fd2616322860 Mon Sep 17 00:00:00 2001 From: msvinth Date: Fri, 1 Mar 2019 08:22:03 +0100 Subject: [PATCH] Document IHC on_in and off_id (#8218) * Document on_in and off_id * Space fix * Also add on_id and off_id to switch --- source/_components/light.ihc.markdown | 8 ++++++++ source/_components/switch.ihc.markdown | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/source/_components/light.ihc.markdown b/source/_components/light.ihc.markdown index c977b9a1c5b..3b4ae606129 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 diff --git a/source/_components/switch.ihc.markdown b/source/_components/switch.ihc.markdown index 21b2e5ecdcc..14958dd106d 100644 --- a/source/_components/switch.ihc.markdown +++ b/source/_components/switch.ihc.markdown @@ -50,6 +50,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