Edit esp-rocktumbler.yaml
This commit is contained in:
@@ -191,7 +191,7 @@ globals:
|
|||||||
- id: restore_mode
|
- id: restore_mode
|
||||||
type: int
|
type: int
|
||||||
restore_value: yes
|
restore_value: yes
|
||||||
initial_value: "2"
|
initial_value: "0"
|
||||||
|
|
||||||
#:########################################################################################:#
|
#:########################################################################################:#
|
||||||
# SELECT COMPONENT:
|
# SELECT COMPONENT:
|
||||||
@@ -210,4 +210,4 @@ select:
|
|||||||
on_value:
|
on_value:
|
||||||
then:
|
then:
|
||||||
- lambda: |-
|
- lambda: |-
|
||||||
id(restore_mode) = i + 1;
|
id(restore_mode) = i + 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user