You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.
else if(action == "SetBrightness") {
//alexa, set the lights to 50% ==> {"deviceId":"xx","action":"SetBrightness","value":50}
}
why am i asking because, though Alexa responding with "OK" but i am not getting any changes on brightness of light.
Even the serial monitor showing the proper value like ---
[webSocketEvent] get text: {"deviceId":"60430057c26766757ec0ccd4","action":"AdjustBrightness","value":-25}
can refer the below screen shot of serial monitor.
While giving the "dim" command the light is turning OFF.
I have tested this code by using both Bread Board and Relay. In both the cases the result is same.
should it required any hardware or any kind of dimmer circuit or any specific light ?
Please help me to suggest some solution to make it work. your quick reply will be highly appreciable.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
i am beginner to this IOT platform. If any wrong, please correct me.
else if(action == "AdjustBrightness") {
// alexa, dim lights ==>{"deviceId":"xxx","action":"AdjustBrightness","value":-25}
}
else if(action == "SetBrightness") {
//alexa, set the lights to 50% ==> {"deviceId":"xx","action":"SetBrightness","value":50}
}
why am i asking because, though Alexa responding with "OK" but i am not getting any changes on brightness of light.
Even the serial monitor showing the proper value like ---
[webSocketEvent] get text: {"deviceId":"60430057c26766757ec0ccd4","action":"AdjustBrightness","value":-25}
can refer the below screen shot of serial monitor.
I have tested this code by using both Bread Board and Relay. In both the cases the result is same.
should it required any hardware or any kind of dimmer circuit or any specific light ?
Please help me to suggest some solution to make it work. your quick reply will be highly appreciable.
Thanks.
The text was updated successfully, but these errors were encountered: