Fix AlarmDataCommand timeout for 15 entries
This commit is contained in:
parent
f33ff48822
commit
b5cb24a46d
@ -6,7 +6,7 @@ AlarmDataCommand::AlarmDataCommand(uint64_t target_address, uint64_t router_addr
|
||||
{
|
||||
setTime(time);
|
||||
setDataType(0x11);
|
||||
setTimeout(500);
|
||||
setTimeout(600);
|
||||
}
|
||||
|
||||
String AlarmDataCommand::getCommandName()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user