about summary refs log tree commit diff
path: root/protocol.md
diff options
context:
space:
mode:
authorMatthew Garrett <mjg59@coreos.com>2016-10-12T12·42-0700
committerMatthew Garrett <mjg59@coreos.com>2016-10-12T12·42-0700
commitef77bc7ea8e3b7f54515220256703a8bd2f6cca5 (patch)
treeee1d4c0ca64026c39cd58fa098f6a62b2ebb46ac /protocol.md
parent60afb5164eb72c3734a297ed18d4c24127ef48e8 (diff)
Add some todos in the protocol
Diffstat (limited to 'protocol.md')
-rw-r--r--protocol.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/protocol.md b/protocol.md
index ff776eff1583..c91c4fbdef91 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