mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 11:31:40 +00:00
Add some logging, and make sure the HandleMsg returns true for handled messages
This commit is contained in:
parent
2925372081
commit
c9315f0d0c
1 changed files with 2 additions and 1 deletions
|
@ -236,7 +236,8 @@ namespace OpenZWave
|
|||
}
|
||||
|
||||
ClearStaticRequest(StaticRequest_Values);
|
||||
|
||||
Log::Write(LogLevel_Info, GetNodeId(), "REcieved DoorLock Config Report: OutsideMode %d, InsideMode %d, Timeout Enabled: %d : %d:%d", ((_data[2] & 0xF0) >> 4), (_data[2] & 0x0F), _data[1], _data[3], _data[4]);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue