-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
General - WIPThis is now in the Work-In-Progress section of GeneralThis is now in the Work-In-Progress section of GeneralconfirmedThis issue has been confirmedThis issue has been confirmedenhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
If you use this:
temper = temperature("IN 1").measurement()
print("temperature: " + temper)it throws an Error, since the method measurement() returns NONE, but you can print it.
Describe the solution you'd like
- Set randomized values as the return values in order to fix this
Describe alternatives you've considered
- Set a constant value as return value
Additional context
None
Community:
React with thumbs-up, if you like the idea. Try searching, if your comment already exists, until you comment your ideas on it!
Metadata
Metadata
Assignees
Labels
General - WIPThis is now in the Work-In-Progress section of GeneralThis is now in the Work-In-Progress section of GeneralconfirmedThis issue has been confirmedThis issue has been confirmedenhancementNew feature or requestNew feature or request