Virtual Write to widget properties

Hi,

one of my projects using EgyIOT a self made custom board with ESP-12F.

one of the functions that i use is IR remote emulator to control 220V LED RGB strip (which my board can’t drive as it’s designed for DC 12V LED strips) , my actual remote control has 24 Key , in my sketch i create 9 Virtual pins which 4 out of it is change the code of IR remote every time i click the button.

the button widget has a customized ON/OFF label , any way that my hardware can Virtual write that value ?

below is example how it should be for button widget.
like Blynk.virtualWrite(pin, widget value , on Label , Off Label);

1 Like