Blynk.setProperty Enhanced Gauge Color on App - Android

Enhanced Gauge doesn’t seem to be accepting certain property commands from hardware side (thru Blynk.setProperty ) which should be reflected on the Android app. This is the code snippet that works fine with basic gauge but doesn’t seem to update the enhanced gauge color as expected. Thanks!

Blynk.setProperty(V6, "color", newColor); // update AQI color

Hello,

Sorry, Enhanced Gauge does not support color property changes.

Regards

Enhanced Gauge has gradient gauge support, if you need to set up a different color for ranges of the widget’s value.