We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3406a commit 2fef5ccCopy full SHA for 2fef5cc
1 file changed
README.md
@@ -538,7 +538,7 @@ In the above example, Sushi and Burgers will be selected by default.
538
539
The range slider is used to allow users to select numbers between two values.
540
541
-**NOTE** If you set the `step` property to anything less than `1`,
+**NOTE** If you set the `step` property to a fractional value,
542
it will multiply the final value sent to the watch by 10 to the power of the number of decimal places in the value of `step`.
543
Eg: If you set the `step` to `0.25` and the slider has value of `34.5`, the watch will receive `3450`.
544
The reason why this is necessary, is because you can not send floats to the watch via `Pebble.sendAppMessage()`.
0 commit comments