This commit is contained in:
J. Nick Koston 2023-06-18 18:04:09 -05:00
parent 16813fa8c9
commit 239ba4fd36
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ namespace ratgdo {
.DOOR2 = (cmd) { 0x200000000, 0x01009280 }, .DOOR2 = (cmd) { 0x200000000, 0x01009280 },
.LIGHT = (cmd) { 0x200000000, 0x00009281 }, .LIGHT = (cmd) { 0x200000000, 0x00009281 },
.LOCK = (cmd) { 0x0100000000, 0x0000728c }, .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 // command: cmd=040a nibble=01 byte1=01 byte2=e0 fixed=c4a3d2c00a data=e001010a
// time = (byte1 << 8) | byte2; // time = (byte1 << 8) | byte2;
// .AUTO_CLOSE = (cmd) { 0x0400000000, 0x0000010a }, // .AUTO_CLOSE = (cmd) { 0x0400000000, 0x0000010a },