blynkkk / blynk-library

Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc.
https://blynk.io
MIT License
3.81k stars 1.38k forks source link

Missing feature: Vpin value passing #498

Closed DoganM95 closed 3 years ago

DoganM95 commented 3 years ago

Would be nice to have the functionality to pass the "When ..." Pin value over to the "set..." Pin.

E.g. i have 2 Lights and also want a main switch, which switches both off simultaneously.

Screenshot_20200916-151259.png

This worked by creating 4 if...thens in eventor.

Screenshot_20200916-151402.png

But if i want to set the main brightness (0-1023) to each light, i would have to create 2x1024 cases..

Screenshot_20200916-151735.png

To sum it up, the eventor needs one more function to pass the Source pins value to the destination on change.

Screenshot_20200916-150304~2.png

vshymanskyy commented 3 years ago

Hi! You can submit your ideas to https://portal.productboard.com/blynk/1-blynk-roadmap/ (and link to this issue). We do not accept such requests in this repository (this is firmware-related).