From 04703dc4077bf00880c584ca168cd9fd6076088a Mon Sep 17 00:00:00 2001 From: celestinjr <30021355+celestinjr@users.noreply.github.com> Date: Tue, 23 Jun 2020 15:14:58 -0500 Subject: [PATCH] Extend itach repeat functionality (#13691) --- source/_integrations/itach.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/itach.markdown b/source/_integrations/itach.markdown index fb81081aef5..8d82ea7dbf4 100644 --- a/source/_integrations/itach.markdown +++ b/source/_integrations/itach.markdown @@ -22,6 +22,7 @@ remote: devices: - name: TV connaddr: 2 + ir_count: 3 commands: - name: "ON" data: "0000 006D 0000 0022 00AC 00AC 0015 0040 0015 0040 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0040 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0015 0015 0015 0015 0040 0015 0040 0015 0015 0015 0015 0015 0040 0015 0015 0015 0040 0015 0040 0015 0015 0015 0015 0015 0040 0015 0040 0015 0015 0015 0689" @@ -57,6 +58,11 @@ devices: description: iTach connection location for the IR emitter. (Note connaddr is a misleading label. Do not put the connection address here. Technically the connection address is the combination of the module address plus the connection location). required: true type: integer + ir_count: + description: Number of times the command payload will be repeated for a single command send. + required: false + default: 1 + type: integer commands: description: Commands available to send to the device. required: true