blynkkk/lib-python

Update Time Input Widget

Delilovic opened this issue · 1 comments

Hello

Any idea how to update a Time Input Widget with start/stop input?

This is the format which I receive from the widget: [u'', u'', u'Europe/Vienna', u'', u'3600']

[0] time in seconds from
[1] time in seconds to
[2] time zone
[3] no idea
[4] maybe PM or AM

I tried to send the same array back but it didn't work, hmmm.

Best Regards

@antohaUa maybe?

Found it: blynk.virtual_write(virtual_pin, 500, 600, 'Europe/Vienna')