Hi,
my menu widget in a web dashboard does not update option labels
my python code sends labels property :
blynk.set_property(PIN_MENU, 'labels', *blist)
also tried :
blynk.set_property(PIN_MENU 'labels', "station 1", "station 2", "station 3")
widget is correctly updated on iOS app but not in web dashboard
option changes in both app and web are correctly reported the one to the other and transmitted to my server, but option labels are never updated in web dashboard
did I forget something ?
thank you
Bruno