From ef77bc7ea8e3b7f54515220256703a8bd2f6cca5 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Wed, 12 Oct 2016 05:42:07 -0700 Subject: [PATCH] Add some todos in the protocol --- protocol.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/protocol.md b/protocol.md index ff776ef..c91c4fb 100644 --- a/protocol.md +++ b/protocol.md @@ -126,3 +126,11 @@ Send the following payload with a command byte of 0x006a |0x00|0x02| |0x01-0x03|0x00| |0x04-end|data| + + +Todo +---- + +* Support for other devices using the Broadlink protocol (various smart home devices) +* Verify whether RF learning uses the same information. The first 4 bytes of the response packet may indicate the type of response that was learned, and the first 4 bytes of the payload may provide that back to the Broadlink on sending. Alternatively, this information may be embedded in the response data already. +* Figure out what the format of the data packets actually is. \ No newline at end of file