-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The inactivity timer wasn't working. The on/off events from the time… #559
Conversation
…s were getting confused with the on/off events from the Hawkey and security sensors. I changed the logic to handle the events from the timers first, then the motion sensors. Now the inactivity timers work properly.
Jim, I guess you want this in the next stable we're going to release in the next weeks, or do you want further testing and include this for v4.1? Regards, |
Hi Lieven, Yes please. I did the push for the next stable. The changes have been working well for me for a few weeks now. Regards, Jim On 11/17/2015 03:14 PM, Lieven Hollevoet wrote:
|
I'm ok with merging, but "This branch has conflicts that must be resolved |
Hey guys, I'm very sorry but currently I have zero bandwidth to work on this project. Earliest I could promise something is within 2 weeks... Kind regards, |
I honestly don't know what I have to do to fix it. Regards, On 01/13/2016 09:57 AM, Marc MERLIN wrote:
|
The problem is that there were a few open pull requests at the time we merged the perltidy changes into master. As the pull requests were created before the perltidy changes there are 2 pull requests changing the same file (the perltify one and this one). As a result git cannot determine what to do with the 2 changes to the same file and tells this by saying there are conflicts. The solution is indeed to bring the repo up to date with master, fix the conflicts and commit again. This should also update this pull request and make it mergeable. |
Please see #566 to see on how to fix. |
…rs were getting confused with the on/off events from the Hawkey and security sensors. I changed the logic to handle the events from the timers first, then the motion sensors. Now the inactivity timers work properly.