Need your help.Can Time input Widget send value from hardware to App?

I using NodeMCUESP8266 .I search for another topic but i dont understand it .
Please help me about Time input send value from hardware to app

No, Time Input widget sends your input FROM App TO Hardware… As it is in UI time format, you then need to decode it and do something in your code with the resulting information.

And as per the docs also from hardware to UI, see https://github.com/blynkkk/blynk-library/blob/master/examples/Widgets/TimeInput/UpdateTimeInputState/UpdateTimeInputState.ino

Ah, yes, you are correct… I certainly don’t recall it being there when I first tried to figure out Time Input, But I see that support for that was added… I clearly haven’t used this Widget much :stuck_out_tongue_winking_eye:

It wasn’t part of the original design of the Time Input widget and added fairly recently (few months ago).

1 Like