(re)added step and max value is now float
This commit is contained in:
+2
-1
@@ -100,7 +100,8 @@ number:
|
|||||||
id: menuselector
|
id: menuselector
|
||||||
optimistic: true
|
optimistic: true
|
||||||
min_value: 0 # keep at 0
|
min_value: 0 # keep at 0
|
||||||
max_value: !lambda 'return id(nr_of_pages) - 1;'
|
max_value: !lambda 'return float(id(nr_of_pages)-1);'
|
||||||
|
step: 1
|
||||||
on_value:
|
on_value:
|
||||||
then:
|
then:
|
||||||
- lambda: |-
|
- lambda: |-
|
||||||
|
|||||||
Reference in New Issue
Block a user