blynkkk / lib-python

Blynk IoT library for Python and Micropython
MIT License
237 stars 83 forks source link

Update Time Input Widget #38

Closed Delilovic closed 4 years ago

Delilovic commented 4 years ago

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?

Delilovic commented 4 years ago

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