From 239ba4fd369a8c4f393c5f4a151216eef7fcd2e2 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 18 Jun 2023 18:04:09 -0500 Subject: [PATCH] beep --- components/ratgdo/ratgdo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index ffe8aa4..527b3d0 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -67,7 +67,7 @@ namespace ratgdo { .DOOR2 = (cmd) { 0x200000000, 0x01009280 }, .LIGHT = (cmd) { 0x200000000, 0x00009281 }, .LOCK = (cmd) { 0x0100000000, 0x0000728c }, - .CLOSE_BEEP = (cmd) { 0x0400000000, 0x0000010a }, + .CLOSE_BEEP = (cmd) { 0x0400000000, 0xe001010a }, // command: cmd=040a nibble=01 byte1=01 byte2=e0 fixed=c4a3d2c00a data=e001010a // time = (byte1 << 8) | byte2; // .AUTO_CLOSE = (cmd) { 0x0400000000, 0x0000010a },