Client.get value is of which type? integer,float or string or something else?
Any help would be much appreciated.
Dear @qshahrukh41,
Most of the Ubidots libraries return a float or a double value for the get method. To verify which type of variable return the library used by you, I recommend you:
- Go to the Ubidots Github Repository
- Search the library used
- Check the type of the method in the .h file.
All the best,
Maria C.
1 Like
Float type when Client.getValue(variable_ID)