Is it possible in NewBlynk to use propertysettings for buttons like:
Blynk.setProperty(V0, “onColor”, BLYNK_GREEN);
Blynk.setProperty(V0, “offColor”, BLYNK_BLACK);
Blynk.setProperty(V0, “offBackColor”, BLYNK_WHITE);
Blynk.setProperty(V0, “onBackColor”, BLYNK_RED);
Blynk.setProperty(V0, “onLabel”, “onLabel”);
Blynk.setProperty(V0, “offLabel”, “offLabel”);
I used this for displaying values in the buttonspace, but it seems not te be working in NewBlynk anymore.