From b43c7bae975f0fa417567fb0255bb60b5c76f20c Mon Sep 17 00:00:00 2001 From: Maurizio Porrato Date: Mon, 11 Feb 2019 13:46:20 +0000 Subject: [PATCH] Documentation cleanup --- protocol.txt | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/protocol.txt b/protocol.txt index e2c3f14..14a5cc1 100644 --- a/protocol.txt +++ b/protocol.txt @@ -1,3 +1,6 @@ +Eufy RoboVac 11s IR protocol +============================ + Preamble: H:3ms L:3ms Logical 0: H:400µs L:600µs Logical 1: H:400µs L:1.6ms @@ -9,11 +12,11 @@ Frame: (Preamble+48bits+Trailer)*3 Format: 68CCHHMMSSKK (Hex, MSB first) - CC: command - HH: hour - MM: minute - SS: schedule (in quarters of an hour from midnight, 0xff=off) - KK: checksum (sum of all bytes in the frame modulo 256) + CC: command + HH: hour + MM: minute + SS: schedule (in quarters of an hour from midnight, 0xff=off) + KK: checksum (sum of all bytes in the frame modulo 256) CC | Command ------+---------