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