when option list of a select widget is changed, menu is not correctly updated in web console
for exemple, if menu options are : 1, 2, 3, 4, then updating option list with options A, B will give a menu with options A, B, 3, 4
select options are updated correctly on iOS & android
I’m using python blynklib V1.0.0 (linux), method blynk.set_property() to set labels of select widget virtual pin
I didn’t understand your case. Please explain in more detail.
You talk about 1, 2, 3, 4, options in widget, but then you describe another options A, B.
Also please attach screenshot of your widget settings
and check result on web console after each request
web widget options are not correctly updated, unless page is reloaded
smartphone widget is correctly updated after each requests
Hi Oleksii
using MQTT protocol : setting web menu widget property ‘labels’ with “A\0B\0C\0D” will give a menu with options A and B only
menu options are correctly updated on IOs & Android app
I suppose it is the same issue
thank you
Bruno