diff --git a/bentel-kyo/bentel_kyo32.h b/bentel-kyo/bentel_kyo32.h index d1d3c82..3e19d15 100644 --- a/bentel-kyo/bentel_kyo32.h +++ b/bentel-kyo/bentel_kyo32.h @@ -275,7 +275,7 @@ class Bentel_Kyo32 : public esphome::PollingComponent, public uart::UARTDevice, byte cmdGetPartitionStatus[6] = {0xf0, 0x02, 0x15, 0x12, 0x00, 0x19}; // Partitions Status (305) - Outputs Status - Tamper Memory - Bypassed Zones - Zone Alarm Memory - Zone Tamper Memory byte cmdGetPartitionStatus_Kyo8[6] = {0xf0, 0x68, 0x0e, 0x09, 0x00, 0x6f}; // Partitions Status (305) - Outputs Status - Tamper Memory - Bypassed Zones - Zone Alarm Memory - Zone Tamper Memory byte cmqGetSoftwareVersion[6] = {0xf0, 0x00, 0x00, 0x0b, 0x00, 0xfb}; // f0 00 00 0b 00 fb - byte cmdResetAllarms[9] = {0x0F, 0x05, 0xF0, 0x01, 0x00, 0x05, 0x07, 0x00, 0x07}; + byte cmdResetAllarms[9] = {0x0F, 0x05, 0xF0, 0x01, 0x00, 0x05, 0xff, 0x00, 0xff}; const std::vector cmdGetAlarmInfo = {0xf0, 0x00, 0x00, 0x0b, 0x00}; const size_t RPL_GET_ALARM_INFO_SIZE = 13;