Fix to see multiple devices in Alexa #264
ForQwer
started this conversation in
Show and tell
Replies: 1 comment
-
Thank for your posting this fix. My clients started getting the same error when learning new devices. Existing stuff worked, but new ones did not. (I have one ESP8266 which does control for about 18 different functions -- so this is a big deal.) If you can get a pull request in, this can be brought into the main code base. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the library itself in fauxmoESP.cpp change the old unsigned char fauxmoESP::addDevice(const char * device_name)
With:
unsigned char fauxmoESP::addDevice(const char * device_name) {
}
Beta Was this translation helpful? Give feedback.
All reactions