blynkkk / blynk_Issues

6 stars 6 forks source link

Text Input - No supported data stream #108

Closed cactixxx closed 3 years ago

cactixxx commented 3 years ago

I created an enumerable datastream in Blynk.360 (which is the only stream that make sense), but the App reports there are no supported datasteams for the text input interface.

doom369 commented 3 years ago

@alexkipar @eepetrash I thought we fixed that one. Please clarify.

alexkipar commented 3 years ago

@doom369 text input can't support enum ds

alexkipar commented 3 years ago

@cactixxx enum ds currently are supported only by value display and labeled display widgets. Soon we will bring them to image, icon and segmented widgets. Can you clarify how you expected to use it in text input one?

cactixxx commented 3 years ago

I would like the ability to send custom string data (that the user entered) from the App to the device. Currently, there are only Virtual Pin, Enumerable and Location data streams and none of those streams is available to the text input widget.

doom369 commented 3 years ago

@cactixxx Virtual Datastream has subtypes. There is a String virtual datastream you can use it for this task: screenshot-blynk-qa com-2021 06 02-14_15_57

cactixxx commented 3 years ago

Thanks, can't believe we missed it

doom369 commented 3 years ago

No problem. Glad to help.