Fix timeout for alarm messages
This commit is contained in:
parent
9a443248ed
commit
53692bae34
@ -6,7 +6,7 @@ AlarmDataCommand::AlarmDataCommand(uint64_t target_address, uint64_t router_addr
|
||||
{
|
||||
setTime(time);
|
||||
setDataType(0x11);
|
||||
setTimeout(200);
|
||||
setTimeout(400);
|
||||
}
|
||||
|
||||
bool AlarmDataCommand::handleResponse(InverterAbstract* inverter, fragment_t fragment[], uint8_t max_fragment_id)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user