-
Notifications
You must be signed in to change notification settings - Fork 250
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
Pin help #28
Comments
Hi
80 is the port -> https://en.m.wikipedia.org/wiki/Port_(computer_networking)
All best...
Am 24.01.2018 um 20:33 schrieb Nathan Sobieck <[email protected]<mailto:[email protected]>>:
I must be missing something super simple.
Format: Alexa invocation name, local port no, on callback, off callback
on line " office = new Switch("office lights", 80, officeLightsOn, officeLightsOff);"
What pin is "80" ?
I can seem to figure out which pin is toggling high/low.
I have tried replacing "80" with "1", "D1" etc but can not seem to figure out how to set which pin this line in toggling.
its completely recognized by the network and alexa is saying it's turning it on and off but i can't figure out which pin is actually toggling.
Please and thank you for your great work here.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#28>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AKwM-wQ4UcIWEwyq4q6ZGpQQwdRMXcQuks5tN4VsgaJpZM4Rry-g>.
|
At top of the file is the definition. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I must be missing something super simple.
on line " office = new Switch("office lights", 80, officeLightsOn, officeLightsOff);"
What pin is "80" ?
I can seem to figure out which pin is toggling high/low.
I have tried replacing "80" with "1", "D1" etc but can not seem to figure out how to set which pin this line in toggling.
its completely recognized by the network and alexa is saying it's turning it on and off but i can't figure out which pin is actually toggling.
Please and thank you for your great work here.
The text was updated successfully, but these errors were encountered: