Support other data types than int and float #52
ArnaudPalgen
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
You should use Tags for those types.
…On Mon, Oct 14, 2024 at 5:11 PM ArnaudPalgen ***@***.***> wrote:
I'm starting to use tinyflux and I noticed in the documentation that the
field values can only be int or float.
I find this very restrictive. What are the reasons for this restriction?
Do you think that adding bool or str is possible ?
—
Reply to this email directly, view it on GitHub
<#52>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB4EXVNGCTVEMORWZJ7FQ7TZ3ODFNAVCNFSM6AAAAABP4RCUPWVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXGMYTKNJYG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm starting to use tinyflux and I noticed in the documentation that the field values can only be
int
orfloat
.I find this very restrictive. What are the reasons for this restriction?
Do you think that adding
bool
orstr
is possible ?Beta Was this translation helpful? Give feedback.
All reactions