We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let user set point type
The text was updated successfully, but these errors were encountered:
It should be only for generic point.
Sorry, something went wrong.
@NubeDev while we use the point data type as string, we need to change on followings:
string
On point_store and point_store_history tables:
point_store
point_store_history
value
float
1
"1"
"value"
"20.12"
value_original
& also on InfluxDB we will store value as string previously it was storing as float.
InfluxDB
Moreover, our priority_array array fields values are also float, they needs to convert it on string.
priority_array
Please confirm on it before proceeding the changes.
Related #80 This is a major change and should be left until later after better discussion More important issues to be worked on atm
enjuthulung
No branches or pull requests
Let user set point type
The text was updated successfully, but these errors were encountered: