From b64327ee7d875e2e0ed8317e830aaa4e44e7a6a9 Mon Sep 17 00:00:00 2001 From: arendst Date: Wed, 15 Feb 2017 11:54:05 +0100 Subject: [PATCH] updates --- Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands.md b/Commands.md index 014364f1..a93955da 100644 --- a/Commands.md +++ b/Commands.md @@ -341,7 +341,7 @@ Width | 0..4 | Set led group width used by Schemes 3 - 9 Command | Payload | Description ----------|-------------------------|------------------------------------------------------ IRsend | {"protocol": "", | Send IR remote control as JSON encapsulated command. - | "bits": 1..32 | is NEC, SONY, RC5, RC6, DISH, JVC and SAMSUNG + | "bits": 1..32 | is NEC, SONY, RC5, RC6, DISH, JVC or SAMSUNG | "data": 1..(2^32)-1} | bits are the required number of data bits. | | data is the data frame as 32 bit unsigned integer. | | See http://www.lirc.org/ for more info.