Before creating the topic
- Search forum for similar topics
- Check http://docs.blynk.cc and http://help.blynk.cc/
- Add details :
• Hardware model + communication type. For example: Arduino UNO with Ethernet Shield
• Smartphone OS (iOS or Android) + version
• Blynk server or local server
• Blynk Library version
• Add your sketch code. Code should be formatted as example below.
Simply paste your code between ``` If you don’t format your code, your topic can be deleted by moderators.
void loop()
Hi
my project arduino mega + 16ch relay module + ethernet shield, using for domotic.
i have created app with blynk and sketch for arduino is all perfect , now i wold using a ifttt , but i have problem because when send a comand with google assistant, the relè is forever on, instead the rele i use it as a button .
how can I send two commands simultaneously
example i say turn on the light ifttt send value=1 and value=0
i say turn off the light ifttt send value=0 and value=1
thank’s