Setting Min and Max

I seem to have an issue with the min and max on widget vertical Level holding its value. It was working fine in 1.0.

The issue appears when the device is not sending data or offline, it reverts back to its DataStream max value not what has been set in the code.

Not sure if the issue is how I have set up the data stream or code.

image

[Unformatted code removed by moderator]

In the code I’m using

I have set the data stream as follows

Capture

It would be easier to figure out whats is wrong if you post the whole code. Posting snippets like this will not help.

Add triple backticks at the beginning and end of your code so that it displays correctly. Triple backticks look like this: ```

i don’t think we can set min max parameteŕs through set propertyS

@nathan027 please edit your post, using the pencil icon at the bottom, and add triple backticks at the beginning and end of your code so that it displays correctly.
Triple backticks look like this:
```

Pete.

so maybe the question should have been can we still use Blynk.setProperty to set Min, Max value. If so does any one have an example?

What do your data invalidation settings look like for your datastream? (In the Advanced options).

Pete.