-
Notifications
You must be signed in to change notification settings - Fork 55
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
GarageDoorOpenerAdvanced.js #138
Comments
Hi, I don't think so... The field in the example below is: Do I missunderstand your question? //Christof |
However, I agree this is inconsistent with KNXDoorOpen. One could fix it the one or the other way around. |
I know this was in the Example ... but i was debugging the process an the Type "KNXDoorClosed" was never get called. After changing the Type to "KNXDoorClose" without the "d" and changing Line 464 everything was working fine. |
Sorry for that. Fixed it. Struggling with the git-magic right now for creating branches, commit etc |
Hi @giase82 , I think @c-o-m-m-a-n-d-e-r Paul already fixed that in PR #158 |
Yes! Sorry I did forget ;) |
closed with #158 |
Hey,
in the GarageDoorOpenerAdvanced.js File in Line 464 ... i think it must be
if (field === "KNXDoorClose") {
or not ?
The text was updated successfully, but these errors were encountered: